Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugInfoEntry.cpp307 uint32_t &CallColumn) const { in getCallerFrame()
310 CallColumn = getAttributeValueAsUnsignedConstant(U, DW_AT_call_column, 0); in getCallerFrame()
HDDWARFDebugInfoEntry.h157 uint32_t &CallLine, uint32_t &CallColumn) const;
HDDWARFContext.cpp514 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; in getInliningInfoForAddress() local
544 Column = CallColumn; in getInliningInfoForAddress()
549 CallColumn); in getInliningInfoForAddress()