Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DInlineInfo.h65 uint32_t CallLine; ///< Source line number. member
68 InlineInfo() : Name(0), CallFile(0), CallLine(0) {} in InlineInfo()
72 CallLine = 0; in clear()
173 LHS.CallLine == RHS.CallLine && LHS.Ranges == RHS.Ranges &&
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DInlineInfo.h65 uint32_t CallLine; ///< Source line number. member
68 InlineInfo() : Name(0), CallFile(0), CallLine(0) {} in InlineInfo()
72 CallLine = 0; in clear()
173 LHS.CallLine == RHS.CallLine && LHS.Ranges == RHS.Ranges &&
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DInlineInfo.cpp127 Inline.CallLine = (uint32_t)Data.getULEB128(&Offset); in lookup()
151 SrcLoc.Line = Inline.CallLine; in lookup()
204 Inline.CallLine = (uint32_t)Data.getULEB128(&Offset); in decode()
240 O.writeULEB(CallLine); in encode()
DGsymReader.cpp377 OS << ':' << II.CallLine; in dump()
DDwarfTransformer.cpp235 II.CallLine = dwarf::toUnsigned(Die.find(dwarf::DW_AT_call_line), 0); in parseInlineInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DInlineInfo.cpp127 Inline.CallLine = (uint32_t)Data.getULEB128(&Offset); in lookup()
149 SrcLoc.Line = Inline.CallLine; in lookup()
200 Inline.CallLine = (uint32_t)Data.getULEB128(&Offset); in decode()
236 O.writeULEB(CallLine); in encode()
/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/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp283 Inline1.CallLine = 11; in AddInline()
392 Inline1.CallLine = 11; in TEST()
397 Inline1Sub1.CallLine = 22; in TEST()
402 Inline1Sub2.CallLine = 33; in TEST()
1332 FI.Inline->CallLine = 6; in TEST()
1337 Inline2.CallLine = 33; in TEST()
1343 Inline3.CallLine = 35; in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h266 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h279 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp584 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument
588 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
DDWARFContext.cpp1321 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local
1347 Frame.Line = CallLine; in getInliningInfoForAddress()
1353 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp548 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument
552 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
DDWARFContext.cpp1252 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local
1277 Frame.Line = CallLine; in getInliningInfoForAddress()
1283 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()