Searched refs:CallLine (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/DebugInfo/
H A DDWARFContext.cpp252 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; local
281 Line = CallLine;
286 FunctionDIE.getCallerFrame(CU, CallFile, CallLine, CallColumn);
H A DDWARFDebugInfoEntry.h158 uint32_t &CallLine, uint32_t &CallColumn) const;
H A DDWARFDebugInfoEntry.cpp544 const DWARFCompileUnit *CU, uint32_t &CallFile, uint32_t &CallLine,
547 CallLine = getAttributeValueAsUnsigned(CU, DW_AT_call_line, 0);
543 getCallerFrame( const DWARFCompileUnit *CU, uint32_t &CallFile, uint32_t &CallLine, uint32_t &CallColumn) const argument

Completed in 161 milliseconds