Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymContext.cpp24 DILineInfo &LineInfo) { in fillLineInfoFromLocation()
78 DILineInfo LineInfo; in getLineInfoForAddress() local
146 DILineInfo LineInfo; in getInliningInfoForAddress() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp56 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local
87 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
126 DILineInfo LineInfo; in getInliningInfoForAddress() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp340 bool SourcePrinter::cacheSource(const DILineInfo &LineInfo) { in cacheSource()
379 DILineInfo LineInfo = DILineInfo(); in printSourceLine() local
429 const DILineInfo &LineInfo, StringRef Delimiter, in printLines()
452 StringRef SourcePrinter::getLine(const DILineInfo &LineInfo, in getLine()
478 const DILineInfo &LineInfo, in printSources()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h109 struct LineInfo { struct
110 unsigned File;
111 unsigned Line;
112 unsigned Col;
/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.cpp26 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/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/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp303 static json::Object toJSON(const DILineInfo &LineInfo) { in toJSON()
333 const DILineInfo &LineInfo = Info.getFrame(I); in print() local
H A DSymbolize.cpp74 DILineInfo LineInfo = Info->symbolizeCode( in symbolizeCodeCommon() local
256 DILineInfo LineInfo = Info->symbolizeCode( in findSymbolCommon() local
H A DSymbolizableObjectFile.cpp279 DILineInfo LineInfo; in symbolizeCode() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h37 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/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp245 std::vector<LineNumberInfo> LineInfo; in notifyObjectLoaded() local
/freebsd/contrib/libedit/
H A Dhistedit.h66 } LineInfo; typedef
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp476 LLVMPerfJitDebugEntry LineInfo; in NotifyDebug() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1129 BTFLineInfo LineInfo; in constructLineInfo() local
1254 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp578 if (DILineInfo LineInfo = in lookup() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1357 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp645 bool silenceMacroWarn, bool LineInfo) in RewriteModernObjC()
665 bool SilenceRewriteMacroWarning, bool LineInfo) { in CreateModernObjCRewriter()