Home
last modified time | relevance | path

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

/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
/llvm-project/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
/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
/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
/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp342 Buffer = MemoryBuffer::getMemBuffer(*LineInfo.Source); in cacheSource() argument
380 DILineInfo LineInfo = DILineInfo(); 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...]
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp25 const BTF::BPFLineInfo *LineInfo = BTF.findLineInfo(Address); in getLineInfoForAddress() local
/llvm-project/llvm/tools/sanstats/
H A Dsanstats.cpp94 if (Expected<DILineInfo> LineInfo = Symbolizer.symbolizeCode( in ReadModule() local
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp296 toJSON(const DILineInfo & LineInfo) toJSON() argument
323 const DILineInfo &LineInfo = Info.getFrame(I); print() local
[all...]
H A DSymbolize.cpp73 DILineInfo LineInfo = Info->symbolizeCode( symbolizeCodeCommon() local
251 DILineInfo LineInfo = Info->symbolizeCode( findSymbolCommon() local
H A DSymbolizableObjectFile.cpp280 DILineInfo LineInfo = symbolizeCode() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h36 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp66 std::vector<LineNumberInfo> LineInfo; in registerJITLoaderVTuneRegisterImpl() local
/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;
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp424 LineInfo.FunctionName = FunctionName; in read() local
533 failIfError(LineInfo); in getCoveragePoints() local
554 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); getCoveragePoints() local
885 auto LineInfo = Symbolizer->symbolizeCode( symbolize() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp245 std::vector<LineNumberInfo> LineInfo; in notifyObjectLoaded() local
/llvm-project/llvm/tools/llvm-opt-report/
H A DOptReport.cpp318 const auto &LineInfo = LII->second; writeReport() local
/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp526 auto LineInfo = in parseSectionContents() local
/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp473 LLVMPerfJitDebugEntry LineInfo; NotifyDebug() local
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1011 BTFLineInfo LineInfo; constructLineInfo() local
1135 for (const auto &LineInfo : LineSec.second) { emitBTFExtSection() local
[all...]
/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp568 if (DILineInfo LineInfo = DICtx.getLineInfoForAddress( in lookup() local
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1311 DebugLinesSubsectionRef LineInfo; printCodeViewSymbolSection() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp646 RewriteModernObjC(std::string inFile,std::unique_ptr<raw_ostream> OS,DiagnosticsEngine & D,const LangOptions & LOpts,bool silenceMacroWarn,bool LineInfo) RewriteModernObjC() argument
666 CreateModernObjCRewriter(const std::string & InFile,std::unique_ptr<raw_ostream> OS,DiagnosticsEngine & Diags,const LangOptions & LOpts,bool SilenceRewriteMacroWarning,bool LineInfo) CreateModernObjCRewriter() argument