Searched defs:CallFile (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp252 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; local
279 getFileNameForCompileUnit(CU, LineTable, CallFile,
286 FunctionDIE.getCallerFrame(CU, CallFile, CallLine, CallColumn);
H A DDWARFDebugInfoEntry.cpp544 const DWARFCompileUnit *CU, uint32_t &CallFile, uint32_t &CallLine,
546 CallFile = getAttributeValueAsUnsigned(CU, DW_AT_call_file, 0);
543 getCallerFrame( const DWARFCompileUnit *CU, uint32_t &CallFile, uint32_t &CallLine, uint32_t &CallColumn) const argument

Completed in 52 milliseconds