Searched refs:CallFile (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | InlineInfo.cpp | 31 OS << " Name = " << HEX32(II.Name) << ", CallFile = " << II.CallFile in operator <<() 32 << ", CallLine = " << II.CallFile << '\n'; in operator <<() 126 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset); in lookup() 137 std::optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); in lookup() local 138 if (!CallFile) { in lookup() 141 Inline.CallFile); in lookup() 145 if (CallFile->Dir || CallFile->Base) { in lookup() 149 SrcLoc.Dir = GR.getString(CallFile->Dir); in lookup() 150 SrcLoc.Base = GR.getString(CallFile->Base); in lookup() 200 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset); in decode() [all …]
|
| H A D | GsymCreator.cpp | 502 II.CallFile = copyFile(SrcGC, II.CallFile); in fixupInlineInfo()
|
| H A D | GsymReader.cpp | 525 if (II.CallFile != 0) { in dump() 526 if (auto File = getFile(II.CallFile)) { in dump()
|
| H A D | DwarfTransformer.cpp | 283 II.CallFile = OptGSymFileIdx.value(); in parseInlineInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | InlineInfo.h | 63 uint32_t CallFile = 0; ///< 1 based file index in the file table. member 70 CallFile = 0; in clear() 182 return LHS.Name == RHS.Name && LHS.CallFile == RHS.CallFile &&
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 502 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument 505 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
|
| H A D | DWARFContext.cpp | 1849 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local 1875 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress() 1883 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 282 LLVM_ABI void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
|