Searched refs:CallLine (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h65 uint32_t CallLine; ///< Source line number. member in struct:llvm::gsym::InlineInfo
68 InlineInfo() : Name(0), CallFile(0), CallLine(0) {}
72 CallLine = 0;
173 LHS.CallLine == RHS.CallLine && LHS.Ranges == RHS.Ranges &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp33 << ", CallLine = " << II.CallFile << '\n';
84 Data.getULEB128(&Offset); // Skip Inline.CallLine.
127 Inline.CallLine = (uint32_t)Data.getULEB128(&Offset);
151 SrcLoc.Line = Inline.CallLine;
204 Inline.CallLine = (uint32_t)Data.getULEB128(&Offset);
240 O.writeULEB(CallLine);
H A DGsymReader.cpp377 OS << ':' << II.CallLine;
H A DDwarfTransformer.cpp235 II.CallLine = dwarf::toUnsigned(Die.find(dwarf::DW_AT_call_line), 0);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h273 /// \param CallLine filled in with non-zero if successful, zero if there is no
279 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp583 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
587 CallLine = toUnsigned(find(DW_AT_call_line), 0);
H A DDWARFContext.cpp1328 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; local
1356 Frame.Line = CallLine;
1362 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn,

Completed in 149 milliseconds