HomeSort by relevance Sort by last modified time
    Searched refs:DILineInfo (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 21 struct DILineInfo;
31 void printName(const DILineInfo &Info, bool Inlined);
39 DIPrinter &operator<<(const DILineInfo &Info);
SymbolizableModule.h 34 virtual DILineInfo symbolizeCode(uint64_t ModuleOffset,
Symbolize.h 51 ErrorOr<DILineInfo> symbolizeCode(const std::string &ModuleName,
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 30 /// DILineInfo - a format-neutral container for source line information.
31 struct DILineInfo {
37 DILineInfo()
40 bool operator==(const DILineInfo &RHS) const {
44 bool operator!=(const DILineInfo &RHS) const {
49 typedef SmallVector<std::pair<uint64_t, DILineInfo>, 16> DILineInfoTable;
53 SmallVector<DILineInfo, 4> Frames;
56 DILineInfo getFrame(unsigned Index) const {
60 DILineInfo *getMutableFrame(unsigned Index) {
67 void addFrame(const DILineInfo &Frame)
    [all...]
  /external/llvm/lib/DebugInfo/Symbolize/
DIPrinter.cpp 22 // By default, DILineInfo contains "<invalid>" for function/filename it
27 void DIPrinter::printName(const DILineInfo &Info, bool Inlined) {
43 DIPrinter &DIPrinter::operator<<(const DILineInfo &Info) {
51 printName(DILineInfo(), false);
SymbolizableObjectFile.h 31 DILineInfo symbolizeCode(uint64_t ModuleOffset, FunctionNameKind FNKind,
SymbolizableObjectFile.cpp 200 DILineInfo SymbolizableObjectFile::symbolizeCode(uint64_t ModuleOffset,
203 DILineInfo LineInfo;
229 InlinedContext.addFrame(DILineInfo());
Symbolize.cpp 50 ErrorOr<DILineInfo> LLVMSymbolizer::symbolizeCode(const std::string &ModuleName,
62 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts.PrintFunctions,
  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 33 DILineInfo PDBContext::getLineInfoForAddress(uint64_t Address,
35 DILineInfo Result;
77 DILineInfo LineEntry =
88 DILineInfo Frame = getLineInfoForAddress(Address, Specifier);
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 43 DILineInfo getLineInfoForAddress(
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 201 DILineInfo &Result) const;
DWARFContext.h 177 DILineInfo getLineInfoForAddress(uint64_t Address,
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 457 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t Address,
459 DILineInfo Result;
487 DILineInfo Result;
503 DILineInfo Result;
531 DILineInfo Frame;
544 DILineInfo Frame;
DWARFDebugLine.cpp 676 DILineInfo &Result) const {
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 67 DILineInfo Line) {
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 1321 milliseconds