Home
last modified time | relevance | path

Searched refs:CallFile (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DInlineInfo.cpp32 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()
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 …]
DGsymReader.cpp373 if (II.CallFile != 0) { in dump()
374 if (auto File = getFile(II.CallFile)) { in dump()
DDwarfTransformer.cpp233 II.CallFile = CUI.DWARFToGSYMFileIndex( in parseInlineInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DInlineInfo.cpp32 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/
DInlineInfo.h64 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/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DInlineInfo.h64 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/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h137 void getCallerFrame(const DWARFUnit *U, uint32_t &CallFile,
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp425 uint32_t &CallFile, in getCallerFrame() argument
428 CallFile = getAttributeValueAsUnsignedConstant(U, DW_AT_call_file, 0); in getCallerFrame()
DDWARFContext.cpp559 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/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp282 Inline1.CallFile = 1; in AddInline()
391 Inline1.CallFile = 1; in TEST()
396 Inline1Sub1.CallFile = 2; in TEST()
401 Inline1Sub2.CallFile = 3; in TEST()
1331 FI.Inline->CallFile = MainFileIndex; in TEST()
1336 Inline2.CallFile = FooFileIndex; in TEST()
1342 Inline3.CallFile = FooFileIndex; in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h266 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h279 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp584 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument
587 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
DDWARFContext.cpp1321 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local
1345 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
1353 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp548 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument
551 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
DDWARFContext.cpp1252 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()