Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/
H A Dllvm-cfi-verify.cpp67 static void printBlameContext(const DILineInfo &LineInfo, unsigned Context) { in printBlameContext()
105 const DILineInfo &LineInfo) { in printInstructionStatus()
167 const auto &LineInfo = InliningInfo->getFrame(0); in printIndirectCFInstructions() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h108 struct LineInfo { struct
109 unsigned File;
110 unsigned Line;
111 unsigned Col;
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp346 bool SourcePrinter::cacheSource(const DILineInfo &LineInfo) { in cacheSource()
384 DILineInfo LineInfo = DILineInfo(); in printSourceLine() local
435 const DILineInfo &LineInfo, StringRef Delimiter, in printLines()
456 const DILineInfo &LineInfo, in printSources()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
/openbsd-src/gnu/llvm/llvm/tools/sanstats/
H A Dsanstats.cpp94 if (Expected<DILineInfo> LineInfo = Symbolizer.symbolizeCode( in ReadModule() local
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h36 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp435 DILineInfo LineInfo; in read() local
545 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); in getCoveragePoints() local
566 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); in getCoveragePoints() local
898 auto LineInfo = Symbolizer->symbolizeCode( in symbolize() local
/openbsd-src/lib/libedit/
H A Dhistedit.h69 } LineInfo; typedef
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp245 std::vector<LineNumberInfo> LineInfo; in notifyObjectLoaded() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp280 DILineInfo LineInfo = in symbolizeCode() local
H A DDIPrinter.cpp300 const DILineInfo &LineInfo = Info.getFrame(I); in print() local
H A DSymbolize.cpp72 DILineInfo LineInfo = Info->symbolizeCode( in symbolizeCodeCommon() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-report/
H A DOptReport.cpp317 const auto &LineInfo = LII->second; in writeReport() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp526 auto LineInfo = in parseSectionContents() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp473 LLVMPerfJitDebugEntry LineInfo; in NotifyDebug() local
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1010 BTFLineInfo LineInfo; in constructLineInfo() local
1134 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection() local
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dperl5db.pl8004 sub LineInfo { global() subroutine
[all...]
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp480 if (DILineInfo LineInfo = DICtx.getLineInfoForAddress( in lookup() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1220 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp647 bool silenceMacroWarn, bool LineInfo) in RewriteModernObjC()
667 bool SilenceRewriteMacroWarning, bool LineInfo) { in CreateModernObjCRewriter()