Home
last modified time | relevance | path

Searched defs:CallFile (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h62 uint32_t CallFile; ///< 1 based file index in the file table. member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp138 std::optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); in lookup() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp483 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame()
H A DDWARFContext.cpp1849 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local