Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h108 struct LineInfo { struct
109 FileMCCVFunctionInfo::LineInfo global() argument
110 LineMCCVFunctionInfo::LineInfo global() argument
111 ColMCCVFunctionInfo::LineInfo global() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp342 bool SourcePrinter::cacheSource(const DILineInfo &LineInfo) { in cacheSource()
380 DILineInfo LineInfo = DILineInfo(); in printSourceLine() local
431 const DILineInfo &LineInfo, StringRef Delimiter, in printLines()
454 StringRef SourcePrinter::getLine(const DILineInfo &LineInfo, in getLine()
480 const DILineInfo &LineInfo, in printSources()
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp25 const BTF::BPFLineInfo *LineInfo = BTF.findLineInfo(Address); in getLineInfoForAddress() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp296 static json::Object toJSON(const DILineInfo &LineInfo) { in toJSON()
323 const DILineInfo &LineInfo = Info.getFrame(I); in print() local
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-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp57 struct LineInfo { struct
58 blocks__anon12d00b0b0211::LineInfo global() argument
59 count__anon12d00b0b0211::LineInfo global() argument
60 exists__anon12d00b0b0211::LineInfo global() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h36 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
/freebsd-src/contrib/libedit/
H A Dhistedit.h66 } LineInfo; typedef
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp245 std::vector<LineNumberInfo> LineInfo; in notifyObjectLoaded() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp473 LLVMPerfJitDebugEntry LineInfo; in NotifyDebug() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1011 BTFLineInfo LineInfo; in constructLineInfo() local
1135 for (const auto &LineInfo : LineSec.second) { emitBTFExtSection() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp538 if (DILineInfo LineInfo = DICtx.getLineInfoForAddress( lookup() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1308 DebugLinesSubsectionRef LineInfo; printCodeViewSymbolSection() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp647 RewriteModernObjC(std::string inFile,std::unique_ptr<raw_ostream> OS,DiagnosticsEngine & D,const LangOptions & LOpts,bool silenceMacroWarn,bool LineInfo) RewriteModernObjC() argument
667 CreateModernObjCRewriter(const std::string & InFile,std::unique_ptr<raw_ostream> OS,DiagnosticsEngine & Diags,const LangOptions & LOpts,bool SilenceRewriteMacroWarning,bool LineInfo) CreateModernObjCRewriter() argument