Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h273 uint32_t &CallColumn, uint32_t &CallDiscriminator) const;
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp482 uint32_t &CallColumn, in getCallerFrame() argument
486 CallColumn = toUnsigned(find(DW_AT_call_column), 0); in getCallerFrame()
H A DDWARFContext.cpp1426 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local
1455 Frame.Column = CallColumn; in getInliningInfoForAddress()
1460 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()