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

/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h138 uint32_t &CallLine, uint32_t &CallColumn) const;
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp426 uint32_t &CallLine,
429 CallLine = getAttributeValueAsUnsignedConstant(U, DW_AT_call_line, 0);
H A DDWARFContext.cpp541 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; local
564 Frame.Line = CallLine;
569 FunctionDIE.getCallerFrame(InlinedChain.U, CallFile, CallLine,

Completed in 114 milliseconds