/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 55 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 D | MCCodeView.h | 108 struct LineInfo { struct 109 unsigned File; 110 unsigned Line; 111 unsigned Col;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 342 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 D | Line.cpp | 14 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 D | BTFContext.cpp | 25 const BTF::BPFLineInfo *LineInfo = BTF.findLineInfo(Address); in getLineInfoForAddress() local
|
H A D | BTFParser.cpp | 275 BTFLinesVector::const_iterator LineInfo = findLineInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 288 toJSON(const DILineInfo & LineInfo) toJSON() argument 315 const DILineInfo &LineInfo = Info.getFrame(I); print() local [all...] |
H A D | Symbolize.cpp | 73 DILineInfo LineInfo = Info->symbolizeCode( in symbolizeCodeCommon() local 251 DILineInfo LineInfo = Info->symbolizeCode( in findSymbolCommon() local
|
H A D | SymbolizableObjectFile.cpp | 280 DILineInfo LineInfo = in symbolizeCode() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 57 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 D | Line.h | 36 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | JITLoaderVTune.cpp | 66 std::vector<LineNumberInfo> LineInfo; in registerJITLoaderVTuneRegisterImpl() local
|
/freebsd/contrib/libedit/ |
H A D | histedit.h | 66 } LineInfo; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 245 std::vector<LineNumberInfo> LineInfo; in notifyObjectLoaded() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 473 LLVMPerfJitDebugEntry LineInfo; in NotifyDebug() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1011 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 D | llvm-dwarfdump.cpp | 568 if (DILineInfo LineInfo = DICtx.getLineInfoForAddress( in lookup() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1311 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 646 bool silenceMacroWarn, bool LineInfo) in RewriteModernObjC() 666 bool SilenceRewriteMacroWarning, bool LineInfo) { in CreateModernObjCRewriter()
|