Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.h135 uint32_t &CallLine, uint32_t &CallColumn) const;
DDWARFDebugInfoEntry.cpp327 uint32_t &CallColumn) const { in getCallerFrame()
330 CallColumn = getAttributeValueAsUnsignedConstant(U, DW_AT_call_column, 0); in getCallerFrame()
DDWARFContext.cpp573 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; in getInliningInfoForAddress() local
595 Frame.Column = CallColumn; in getInliningInfoForAddress()
600 CallColumn); in getInliningInfoForAddress()