Searched refs:CallLine (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | InlineInfo.h | 64 uint32_t CallLine = 0; ///< Source line number. member 71 CallLine = 0; in clear() 183 LHS.CallLine == RHS.CallLine && LHS.Ranges == RHS.Ranges &&
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | InlineInfo.cpp | 127 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 D | GsymReader.cpp | 529 OS << ':' << II.CallLine; in dump()
|
| H A D | DwarfTransformer.cpp | 284 II.CallLine = dwarf::toUnsigned(Die.find(dwarf::DW_AT_call_line), 0); in parseInlineInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 502 void DWARFDie::getCallerFrame(uint32_t &CallFile, uint32_t &CallLine, in getCallerFrame() argument 506 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
|
| H A D | DWARFContext.cpp | 1849 uint32_t CallFile = 0, CallLine = 0, CallColumn = 0, CallDiscriminator = 0; in getInliningInfoForAddress() local 1877 Frame.Line = CallLine; in getInliningInfoForAddress() 1883 FunctionDIE.getCallerFrame(CallFile, CallLine, CallColumn, in getInliningInfoForAddress()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 282 LLVM_ABI void getCallerFrame(uint32_t &CallFile, uint32_t &CallLine,
|