Searched refs:CallFile (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/DebugInfo/ |
| D | DWARFDebugInfoEntry.cpp | 305 uint32_t &CallFile, in getCallerFrame() argument 308 CallFile = getAttributeValueAsUnsignedConstant(U, DW_AT_call_file, 0); in getCallerFrame()
|
| D | DWARFDebugInfoEntry.h | 156 void getCallerFrame(const DWARFUnit *U, uint32_t &CallFile,
|
| D | DWARFContext.cpp | 514 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; in getInliningInfoForAddress() local 541 getFileNameForCompileUnit(CU, LineTable, CallFile, in getInliningInfoForAddress() 548 FunctionDIE.getCallerFrame(InlinedChain.U, CallFile, CallLine, in getInliningInfoForAddress()
|