Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/
H A Dllvm-cfi-verify.cpp63 static void printBlameContext(const DILineInfo &LineInfo, unsigned Context) { in printBlameContext()
101 const DILineInfo &LineInfo) { in printInstructionStatus()
163 const auto &LineInfo = InliningInfo->getFrame(0); in printIndirectCFInstructions() local
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp53 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local
77 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
114 DILineInfo LineInfo; in getInliningInfoForAddress() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h101 struct LineInfo { struct
102 unsigned File;
103 unsigned Line;
104 unsigned Col;
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp334 bool SourcePrinter::cacheSource(const DILineInfo &LineInfo) { in cacheSource()
372 DILineInfo LineInfo = DILineInfo(); in printSourceLine() local
423 const DILineInfo &LineInfo, StringRef Delimiter, in printLines()
444 const DILineInfo &LineInfo, in printSources()
/netbsd/external/apache2/llvm/dist/llvm/tools/sanstats/
H A Dsanstats.cpp90 if (Expected<DILineInfo> LineInfo = Symbolizer.symbolizeCode( in ReadModule() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp56 struct LineInfo { struct
57 SmallVector<const GCOVBlock *, 1> blocks;
58 uint64_t count = 0;
59 bool exists = false;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h37 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
/netbsd/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp426 DILineInfo LineInfo; in read() local
536 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); in getCoveragePoints() local
557 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); in getCoveragePoints() local
883 auto LineInfo = Symbolizer->symbolizeCode( in symbolize() local
/netbsd/lib/libedit/
H A Dhistedit.h66 } LineInfo; typedef
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp275 DILineInfo LineInfo = in symbolizeCode() local
H A DDIPrinter.cpp298 const DILineInfo &LineInfo = Info.getFrame(I); in print() local
H A DSymbolize.cpp63 DILineInfo LineInfo = Info->symbolizeCode( in symbolizeCodeCommon() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp244 std::vector<LineNumberInfo> LineInfo; in notifyObjectLoaded() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp315 const auto &LineInfo = LII->second; in writeReport() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp522 auto LineInfo = in parseSectionContents() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp471 LLVMPerfJitDebugEntry LineInfo; in NotifyDebug() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp759 BTFLineInfo LineInfo; in constructLineInfo() local
879 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp446 if (DILineInfo LineInfo = DICtx.getLineInfoForAddress( in lookup() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1162 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection() local
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp646 bool silenceMacroWarn, bool LineInfo) in RewriteModernObjC()
666 bool SilenceRewriteMacroWarning, bool LineInfo) { in CreateModernObjCRewriter()