Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp305 uint32_t &CallFile, in getCallerFrame() argument
308 CallFile = getAttributeValueAsUnsignedConstant(U, DW_AT_call_file, 0); in getCallerFrame()
DDWARFDebugInfoEntry.h156 void getCallerFrame(const DWARFUnit *U, uint32_t &CallFile,
DDWARFContext.cpp514 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()