Searched refs:CallFile (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h64 uint32_t CallFile; ///< 1 based file index in the file table. member in struct:llvm::gsym::InlineInfo
68 InlineInfo() : Name(0), CallFile(0), CallLine(0) {}
71 CallFile = 0;
172 return LHS.Name == RHS.Name && LHS.CallFile == RHS.CallFile &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp32 OS << " Name = " << HEX32(II.Name) << ", CallFile = " << II.CallFile
33 << ", CallLine = " << II.CallFile << '\n';
83 Data.getULEB128(&Offset); // Skip Inline.CallFile.
126 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset);
137 Optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); local
138 if (!CallFile) {
141 Inline.CallFile);
145 if (CallFile
[all...]
H A DGsymReader.cpp373 if (II.CallFile != 0) {
374 if (auto File = getFile(II.CallFile)) {
H A DDwarfTransformer.cpp233 II.CallFile = CUI.DWARFToGSYMFileIndex(
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h271 /// \param CallFile filled in with non-zero if successful, zero if there is no
279 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp583 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
586 CallFile = toUnsigned(find(DW_AT_call_file), 0);
H A DDWARFContext.cpp1328 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; local
1354 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(),
1362 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn,

Completed in 197 milliseconds