Searched refs:DILineInfo (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 30 struct DILineInfo { struct 45 DILineInfo() : FileName(BadString), FunctionName(BadString) {} in DILineInfo() argument 47 bool operator==(const DILineInfo &RHS) const { 53 bool operator!=(const DILineInfo &RHS) const { 57 bool operator<(const DILineInfo &RHS) const { 64 explicit operator bool() const { return *this != DILineInfo(); } 78 using DILineInfoTable = SmallVector<std::pair<uint64_t, DILineInfo>, 16>; argument 82 SmallVector<DILineInfo, 4> Frames; 87 const DILineInfo & getFrame(unsigned Index) const { in getFrame() 92 DILineInfo *getMutableFrame(unsigned Index) { in getMutableFrame() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | DIPrinter.cpp | 63 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print() 66 if (FunctionName == DILineInfo::BadString) in print() 67 FunctionName = DILineInfo::Addr2LineBadString; in print() 74 if (Filename == DILineInfo::BadString) in print() 75 Filename = DILineInfo::Addr2LineBadString; in print() 95 DIPrinter &DIPrinter::operator<<(const DILineInfo &Info) { in operator <<() 103 print(DILineInfo(), false); in operator <<() 113 if (Name == DILineInfo::BadString) in operator <<() 114 Name = DILineInfo::Addr2LineBadString; in operator <<()
|
D | SymbolizableObjectFile.cpp | 252 DILineInfo 259 DILineInfo LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode() 285 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()
|
D | Symbolize.cpp | 41 Expected<DILineInfo> 47 return DILineInfo(); in symbolizeCodeCommon() 54 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts.PrintFunctions, in symbolizeCodeCommon() 61 Expected<DILineInfo> 78 Expected<DILineInfo>
|
D | SymbolizableObjectFile.h | 37 DILineInfo symbolizeCode(object::SectionedAddress ModuleOffset,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | DIPrinter.h | 20 struct DILineInfo; 40 void print(const DILineInfo &Info, bool Inlined); 52 DIPrinter &operator<<(const DILineInfo &Info);
|
D | Symbolize.h | 58 Expected<DILineInfo> symbolizeCode(const ObjectFile &Obj, 60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName, 81 Expected<DILineInfo>
|
D | SymbolizableModule.h | 27 virtual DILineInfo symbolizeCode(object::SectionedAddress ModuleOffset,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 33 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() 35 DILineInfo Result; in getLineInfoForAddress() 78 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange() 89 DILineInfo Frame = getLineInfoForAddress(Address, Specifier); in getInliningInfoForAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 45 DILineInfo getLineInfoForAddress(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 452 DILineInfo &line = It->second; in NotifyDebug() 472 DILineInfo &Line = It->second; in NotifyDebug()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1159 DILineInfo DWARFContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() 1161 DILineInfo Result; in getLineInfoForAddress() 1187 std::string FunctionName(DILineInfo::BadString); in getLineInfoForAddressRange() 1194 DILineInfo Result; in getLineInfoForAddressRange() 1213 DILineInfo Result; in getLineInfoForAddressRange() 1242 DILineInfo Frame; in getInliningInfoForAddress() 1255 DILineInfo Frame; in getInliningInfoForAddress()
|
D | DWARFDebugLine.cpp | 1089 FileLineInfoKind Kind, DILineInfo &Result) const { in getFileLineInfoForAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 67 DILineInfo Line) { in DILineInfoToIntelJITFormat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 277 DILineInfo &Result) const;
|
D | DWARFContext.h | 324 DILineInfo getLineInfoForAddress(
|