Searched refs:CallLine (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | InlineInfo.h | 63 uint32_t CallLine; ///< Source line number. member 66 InlineInfo() : Name(0), CallFile(0), CallLine(0) {} in InlineInfo() 70 CallLine = 0; in clear() 171 LHS.CallLine == RHS.CallLine && LHS.Ranges == RHS.Ranges &&
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| H A D | InlineInfo.cpp | 128 Inline.CallLine = (uint32_t)Data.getULEB128(&Offset); in lookup() 152 SrcLoc.Line = Inline.CallLine; in lookup() 205 Inline.CallLine = (uint32_t)Data.getULEB128(&Offset); in decode() 241 O.writeULEB(CallLine); in encode()
|
| H A D | GsymReader.cpp | 377 OS << ':' << II.CallLine; in dump()
|
| H A D | DwarfTransformer.cpp | 236 II.CallLine = dwarf::toUnsigned(Die.find(dwarf::DW_AT_call_line), 0); in parseInlineInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 272 void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 481 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument 485 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
|
| H A D | DWARFContext.cpp | 1426 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local 1454 Frame.Line = CallLine; in getInliningInfoForAddress() 1460 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
|