Searched refs:CallFile (Results 1 – 9 of 9) sorted by relevance
| /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 <<() 83 Data.getULEB128(&Offset); // Skip Inline.CallFile. in skip() 126 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset); in lookup() 137 std::optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); in lookup() 138 if (!CallFile) { in lookup() local 141 Inline.CallFile); in lookup() 145 if (CallFile in lookup() [all...] |
| H A D | GsymReader.cpp | 525 if (II.CallFile != 0) { 526 if (auto File = getFile(II.CallFile)) {
|
| H A D | GsymCreator.cpp | 502 II.CallFile = copyFile(SrcGC, II.CallFile); in saveSegments()
|
| H A D | DwarfTransformer.cpp | 283 II.CallFile = OptGSymFileIdx.value(); in parseInlineInfo()
|
| /llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A 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() 181 return LHS.Name == RHS.Name && LHS.CallFile == RHS.CallFile &&
|
| /llvm-project/llvm/unittests/DebugInfo/GSYM/ |
| H A D | GSYMTest.cpp | 297 Inline1.CallFile = 1; in AddInline() 407 Inline1.CallFile = 1; in TEST() 412 Inline1Sub1.CallFile = 2; in TEST() 417 Inline1Sub2.CallFile = 3; in TEST() 1207 FI.Inline->CallFile = MainFileIndex; in TEST() 1212 Inline2.CallFile = FooFileIndex; in TEST() 1218 Inline3.CallFile = FooFileIndex; in TEST() 2484 FI.Inline->CallFile = SourceFileIdx; in AddFunctionInfo() 2489 Inline2.CallFile = HeaderFileIdx; in AddFunctionInfo() 2495 Inline3.CallFile in AddFunctionInfo() [all...] |
| /llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 269 /// \param CallFile filled in with non-zero if successful, zero if there is no 277 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
|
| /llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 501 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getTypeSizeImpl() 504 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getTypeSizeImpl() 484 getCallerFrame(uint32_t & CallFile,uint32_t & CallLine,uint32_t & CallColumn,uint32_t & CallDiscriminator) const getCallerFrame() argument
|
| H A D | DWARFContext.cpp | 1850 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() 1876 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress() 1884 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress() 1849 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; getInliningInfoForAddress() local
|