Home
last modified time | relevance | path

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

/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()