Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h138 uint32_t &CallLine, uint32_t &CallColumn) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp427 uint32_t &CallColumn) const { in getCallerFrame()
430 CallColumn = getAttributeValueAsUnsignedConstant(U, DW_AT_call_column, 0); in getCallerFrame()
DDWARFContext.cpp559 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; in getInliningInfoForAddress() local
583 Frame.Column = CallColumn; in getInliningInfoForAddress()
588 CallColumn); in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h267 uint32_t &CallColumn, uint32_t &CallDiscriminator) const;
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h280 uint32_t &CallColumn, uint32_t &CallDiscriminator) const;
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp585 uint32_t &CallColumn, in getCallerFrame() argument
589 CallColumn = toUnsigned(find(DW_AT_call_column), 0); in getCallerFrame()
DDWARFContext.cpp1321 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local
1348 Frame.Column = CallColumn; in getInliningInfoForAddress()
1353 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp549 uint32_t &CallColumn, in getCallerFrame() argument
553 CallColumn = toUnsigned(find(DW_AT_call_column), 0); in getCallerFrame()
DDWARFContext.cpp1252 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local
1278 Frame.Column = CallColumn; in getInliningInfoForAddress()
1283 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()