Home
last modified time | relevance | path

Searched refs:Compiland (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBSession.h54 findLineNumbers(const PDBSymbolCompiland &Compiland,
65 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
68 findOneSourceFile(const PDBSymbolCompiland *Compiland,
80 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
HDPDBSymbolCompiland.h22 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
HDPDBTypes.h244 Compiland, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIASession.h50 findLineNumbers(const PDBSymbolCompiland &Compiland,
61 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
64 findOneSourceFile(const PDBSymbolCompiland *Compiland,
75 const PDBSymbolCompiland &Compiland) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIASession.cpp235 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument
238 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in findLineNumbers()
283 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument
291 if (Compiland) in findSourceFiles()
292 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol()) in findSourceFiles()
305 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument
308 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); in findOneSourceFile()
341 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
345 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in getSourceFilesForCompiland()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeSession.h58 findLineNumbers(const PDBSymbolCompiland &Compiland,
69 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
72 findOneSourceFile(const PDBSymbolCompiland *Compiland,
83 const PDBSymbolCompiland &Compiland) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeSession.cpp123 NativeSession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument
146 NativeSession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument
153 NativeSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument
176 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
HDNativeCompilandSymbol.cpp20 : NativeRawSymbol(Session, PDB_SymType::Compiland, SymbolId), Module(MI) {} in NativeCompilandSymbol()
23 return PDB_SymType::Compiland; in getSymTag()
HDNativeExeSymbol.cpp39 case PDB_SymType::Compiland: { in findChildren()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbSymUid.cpp72 repr.tag = static_cast<uint64_t>(PdbSymUidKind::Compiland); in PdbSymUid()
118 assert(kind() == PdbSymUidKind::Compiland); in asCompiland()
HDPdbSymUid.h31 Compiland, enumerator
HDSymbolFileNativePDB.cpp912 lldbassert(uid.kind() == PdbSymUidKind::Compiland); in ParseLanguage()
928 lldbassert(uid.kind() == PdbSymUidKind::Compiland); in ParseFunctions()
1067 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland); in ParseLineTable()
1144 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland); in ParseSupportFiles()
1321 lldbassert(sym_uid.kind() == PdbSymUidKind::Compiland); in ParseVariablesForCompileUnit()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBSymbolData.cpp61 if (LexParent->getSymTag() == PDB_SymType::Compiland) in getCompilandId()
HDPDBSymbol.cpp67 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland) in createSymbol()
HDPDBExtras.cpp227 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Compiland, OS) in operator <<()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.cpp1018 SymTypes.push_back(PDB_SymType::Compiland); in dumpDia()
1193 while (auto Compiland = Compilands->getNext()) in dumpPretty() local
1194 Dumper.start(*Compiland, options); in dumpPretty()
1216 while (auto Compiland = Compilands->getNext()) in dumpPretty() local
1217 Dumper.start(*Compiland, true); in dumpPretty()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp1048 case PDB_SymType::Compiland: { in ParseVariables()
2054 if (LexParent->getSymTag() == PDB_SymType::Compiland) in GetCompilandId()