#include "llvm/DebugInfo/GSYM/LookupResult.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/DebugInfo/GSYM/ExtractRanges.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <ciso646>
usingnamespacellvm;
usingnamespacegsym;
std::string LookupResult::getSourceFile(uint32_t Index) const { … }
raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) { … }
raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LookupResult &LR) { … }