Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp363 uint32_t &CallColumn) const { in getCallerFrame()
366 CallColumn = getAttributeValueAsUnsigned(CU, DW_AT_call_column, 0); in getCallerFrame()
DDWARFDebugInfoEntry.h163 uint32_t &CallLine, uint32_t &CallColumn) const;
DDWARFContext.cpp469 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; in getInliningInfoForAddress() local
499 Column = CallColumn; in getInliningInfoForAddress()
504 CallColumn); in getInliningInfoForAddress()