/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
|
/llvm-project/llvm/tools/llvm-cfi-verify/ |
H A D | llvm-cfi-verify.cpp | 67 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 D | Line.cpp | 14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 108 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 D | SourcePrinter.cpp | 342 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 D | BTFContext.cpp | 25 const BTF::BPFLineInfo *LineInfo = BTF.findLineInfo(Address); in getLineInfoForAddress() local
|
/llvm-project/llvm/tools/sanstats/ |
H A D | sanstats.cpp | 94 if (Expected<DILineInfo> LineInfo = Symbolizer.symbolizeCode( in ReadModule() local
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 296 toJSON(const DILineInfo & LineInfo) toJSON() argument 323 const DILineInfo &LineInfo = Info.getFrame(I); print() local [all...] |
H A D | Symbolize.cpp | 73 DILineInfo LineInfo = Info->symbolizeCode( symbolizeCodeCommon() local 251 DILineInfo LineInfo = Info->symbolizeCode( findSymbolCommon() local
|
H A D | SymbolizableObjectFile.cpp | 280 DILineInfo LineInfo = symbolizeCode() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 36 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | JITLoaderVTune.cpp | 66 std::vector<LineNumberInfo> LineInfo; in registerJITLoaderVTuneRegisterImpl() local
|
/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;
|
/llvm-project/llvm/tools/sancov/ |
H A D | sancov.cpp | 424 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 D | IntelJITEventListener.cpp | 245 std::vector<LineNumberInfo> LineInfo; in notifyObjectLoaded() local
|
/llvm-project/llvm/tools/llvm-opt-report/ |
H A D | OptReport.cpp | 318 const auto &LineInfo = LII->second; writeReport() local
|
/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 526 auto LineInfo = in parseSectionContents() local
|
/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 473 LLVMPerfJitDebugEntry LineInfo; NotifyDebug() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1011 BTFLineInfo LineInfo; constructLineInfo() local 1135 for (const auto &LineInfo : LineSec.second) { emitBTFExtSection() local [all...] |
/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 568 if (DILineInfo LineInfo = DICtx.getLineInfoForAddress( in lookup() local
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1311 DebugLinesSubsectionRef LineInfo; printCodeViewSymbolSection() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 646 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
|