Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h262 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp552 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument
555 CallFile = toUnsigned(find(DW_AT_call_file), 0); in getCallerFrame()
H A DDWARFContext.cpp1060 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local
1082 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
1090 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()