Home
last modified time | relevance | path

Searched defs:LineInfo (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp55 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local
86 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
123 DILineInfo LineInfo; in getInliningInfoForAddress() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h108 struct LineInfo { struct
109 unsigned File;
110 unsigned Line;
111 unsigned Col;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp342 bool SourcePrinter::cacheSource(const DILineInfo &LineInfo) { in cacheSource() argument
380 DILineInfo LineInfo = DILineInfo(); in printSourceLine() local
431 printLines(formatted_raw_ostream & OS,const DILineInfo & LineInfo,StringRef Delimiter,LiveVariablePrinter & LVP) printLines() argument
454 getLine(const DILineInfo & LineInfo,StringRef ObjectFilename) getLine() argument
480 printSources(formatted_raw_ostream & OS,const DILineInfo & LineInfo,StringRef ObjectFilename,StringRef Delimiter,LiveVariablePrinter & LVP) printSources() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp25 const BTF::BPFLineInfo *LineInfo = BTF.findLineInfo(Address); in getLineInfoForAddress() local
H A DBTFParser.cpp275 BTFLinesVector::const_iterator LineInfo = findLineInfo() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp288 toJSON(const DILineInfo & LineInfo) toJSON() argument
315 const DILineInfo &LineInfo = Info.getFrame(I); print() local
[all...]
H A DSymbolize.cpp73 DILineInfo LineInfo = Info->symbolizeCode( in symbolizeCodeCommon() local
251 DILineInfo LineInfo = Info->symbolizeCode( in findSymbolCommon() local
H A DSymbolizableObjectFile.cpp280 DILineInfo LineInfo = in symbolizeCode() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp57 struct LineInfo { struct
58 SmallVector<const GCOVBlock *, 1> blocks;
59 uint64_t count = 0;
60 bool exists = false;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h36 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp66 std::vector<LineNumberInfo> LineInfo; in registerJITLoaderVTuneRegisterImpl() local
/freebsd/contrib/libedit/
H A Dhistedit.h66 } LineInfo; typedef
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp245 std::vector<LineNumberInfo> LineInfo; in notifyObjectLoaded() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp473 LLVMPerfJitDebugEntry LineInfo; in NotifyDebug() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1011 BTFLineInfo LineInfo; in constructLineInfo() local
1135 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp568 if (DILineInfo LineInfo = DICtx.getLineInfoForAddress( in lookup() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1311 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp646 bool silenceMacroWarn, bool LineInfo) in RewriteModernObjC()
666 bool SilenceRewriteMacroWarning, bool LineInfo) { in CreateModernObjCRewriter()