/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/ |
D | InlineInfo.cpp | 32 OS << " Name = " << HEX32(II.Name) << ", CallFile = " << II.CallFile in operator <<() 33 << ", CallLine = " << II.CallFile << '\n'; in operator <<() 127 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset); in lookup() 138 std::optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); in lookup() local 139 if (!CallFile) { in lookup() 142 Inline.CallFile); in lookup() 146 if (CallFile->Dir || CallFile->Base) { in lookup() 150 SrcLoc.Dir = GR.getString(CallFile->Dir); in lookup() 151 SrcLoc.Base = GR.getString(CallFile->Base); in lookup() 201 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset); in decode() [all …]
|
D | GsymReader.cpp | 373 if (II.CallFile != 0) { in dump() 374 if (auto File = getFile(II.CallFile)) { in dump()
|
D | DwarfTransformer.cpp | 234 II.CallFile = CUI.DWARFToGSYMFileIndex( in parseInlineInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | InlineInfo.cpp | 32 OS << " Name = " << HEX32(II.Name) << ", CallFile = " << II.CallFile in operator <<() 33 << ", CallLine = " << II.CallFile << '\n'; in operator <<() 126 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset); in lookup() 137 Optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); in lookup() local 138 if (!CallFile) { in lookup() 141 Inline.CallFile); in lookup() 147 SrcLoc.Dir = GR.getString(CallFile->Dir); in lookup() 148 SrcLoc.Base = GR.getString(CallFile->Base); in lookup() 196 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset); in decode() 235 O.writeULEB(CallFile); in encode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | InlineInfo.h | 64 uint32_t CallFile; ///< 1 based file index in the file table. member 68 InlineInfo() : Name(0), CallFile(0), CallLine(0) {} in InlineInfo() 71 CallFile = 0; in clear() 172 return LHS.Name == RHS.Name && LHS.CallFile == RHS.CallFile &&
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | InlineInfo.h | 62 uint32_t CallFile; ///< 1 based file index in the file table. member 66 InlineInfo() : Name(0), CallFile(0), CallLine(0) {} in InlineInfo() 69 CallFile = 0; in clear() 170 return LHS.Name == RHS.Name && LHS.CallFile == RHS.CallFile &&
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 137 void getCallerFrame(const DWARFUnit *U, uint32_t &CallFile,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 425 uint32_t &CallFile, in getCallerFrame() argument 428 CallFile = getAttributeValueAsUnsignedConstant(U, DW_AT_call_file, 0); in getCallerFrame()
|
D | DWARFContext.cpp | 559 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; in getInliningInfoForAddress() local 580 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress() 587 FunctionDIE.getCallerFrame(InlinedChain.U, CallFile, CallLine, in getInliningInfoForAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDie.h | 266 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDie.h | 272 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 548 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument 551 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
|
D | DWARFContext.cpp | 1252 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local 1275 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress() 1283 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 481 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument 484 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
|
D | DWARFContext.cpp | 1426 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local 1452 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress() 1460 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
|