Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h64 uint32_t CallLine; ///< Source line number. member
67 InlineInfo() : Name(0), CallFile(0), CallLine(0) {} in InlineInfo()
71 CallLine = 0; in clear()
172 LHS.CallLine == RHS.CallLine && LHS.Ranges == RHS.Ranges &&
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A 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()
H A DGsymReader.cpp377 OS << ':' << II.CallLine; in dump()
H A DDwarfTransformer.cpp236 II.CallLine = dwarf::toUnsigned(Die.find(dwarf::DW_AT_call_line), 0); in parseInlineInfo()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp282 Inline1.CallLine = 11; in AddInline()
392 Inline1.CallLine = 11; in TEST()
397 Inline1Sub1.CallLine = 22; in TEST()
402 Inline1Sub2.CallLine = 33; in TEST()
1204 FI.Inline->CallLine = 6; in TEST()
1209 Inline2.CallLine = 33; in TEST()
1215 Inline3.CallLine = 35; in TEST()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h273 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp486 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument
490 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
H A DDWARFContext.cpp1358 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local
1386 Frame.Line = CallLine; in getInliningInfoForAddress()
1392 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()