Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp306 uint32_t &CallLine, in getCallerFrame() argument
309 CallLine = getAttributeValueAsUnsignedConstant(U, DW_AT_call_line, 0); in getCallerFrame()
DDWARFDebugInfoEntry.h157 uint32_t &CallLine, uint32_t &CallColumn) const;
DDWARFContext.cpp514 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; in getInliningInfoForAddress() local
543 Line = CallLine; in getInliningInfoForAddress()
548 FunctionDIE.getCallerFrame(InlinedChain.U, CallFile, CallLine, in getInliningInfoForAddress()