Home
last modified time | relevance | path

Searched refs:DebugInlineeLinesSubsectionRef (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp43 DebugInlineeLinesSubsectionRef::DebugInlineeLinesSubsectionRef() in DebugInlineeLinesSubsectionRef() function in DebugInlineeLinesSubsectionRef
46 Error DebugInlineeLinesSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
58 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles()
H A DDebugSubsectionVisitor.cpp48 DebugInlineeLinesSubsectionRef Fragment; in visitDebugSubsection()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h60 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {
65 DebugInlineeLinesSubsectionRef();
H A DDebugSubsectionVisitor.h21 class DebugInlineeLinesSubsectionRef; variable
42 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp144 const DebugInlineeLinesSubsectionRef &Lines);
619 const DebugInlineeLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
771 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
818 DebugInlineeLinesSubsectionRef &Inlinees,
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp242 DebugInlineeLinesSubsectionRef &Lines, const llvm::pdb::SymbolGroup *SG) { in isSystemEntry()
273 DebugInlineeLinesSubsectionRef Lines; in collectInlineeInfo()
958 DebugInlineeLinesSubsectionRef &Lines) -> Error { in createScopes()
965 if (Error Err = iterateModuleSubsections<DebugInlineeLinesSubsectionRef>( in createScopes()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp49 DebugInlineeLinesSubsectionRef InlineeLines; in findInlineeByTypeIndex()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp114 DebugInlineeLinesSubsectionRef inlinee_lines; in ParseInlineeLineTableForCompileUnit()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h152 Error collectInlineeInfo(DebugInlineeLinesSubsectionRef &Lines,
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp886 return iterateModuleSubsections<DebugInlineeLinesSubsectionRef>( in dumpInlineeLines()
889 DebugInlineeLinesSubsectionRef &Lines) -> Error { in dumpInlineeLines()
/llvm-project/lld/COFF/
H A DPDB.cpp875 DebugInlineeLinesSubsectionRef inlineeLines; in commit()
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1440 DebugInlineeLinesSubsectionRef Lines; in mergeCodeViewTypes()