Home
last modified time | relevance | path

Searched refs:CallLine (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h138 uint32_t &CallLine, uint32_t &CallColumn) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp426 uint32_t &CallLine, in getCallerFrame() argument
429 CallLine = getAttributeValueAsUnsignedConstant(U, DW_AT_call_line, 0); in getCallerFrame()
DDWARFContext.cpp559 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0; in getInliningInfoForAddress() local
582 Frame.Line = CallLine; in getInliningInfoForAddress()
587 FunctionDIE.getCallerFrame(InlinedChain.U, CallFile, CallLine, in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp463 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument
467 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
DDWARFContext.cpp1031 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local
1055 Frame.Line = CallLine; in getInliningInfoForAddress()
1061 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h261 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,