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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp20 : NativeRawSymbol(Session, PDB_SymType::Compiland, SymbolId), Module(MI) {}
23 return PDB_SymType::Compiland;
H A DNativeExeSymbol.cpp39 case PDB_SymType::Compiland: {
H A DNativeSession.cpp262 NativeSession::findLineNumbers(const PDBSymbolCompiland &Compiland, argument
286 NativeSession::findSourceFiles(const PDBSymbolCompiland *Compiland, argument
293 NativeSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, argument
316 const PDBSymbolCompiland &Compiland) const {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompiland.h22 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
H A DIPDBSession.h53 findLineNumbers(const PDBSymbolCompiland &Compiland,
64 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
67 findOneSourceFile(const PDBSymbolCompiland *Compiland,
79 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
H A DPDBTypes.h246 Compiland, member in class:llvm::pdb::PDB_Checksum::PDB_SymType
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.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-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h66 findLineNumbers(const PDBSymbolCompiland &Compiland,
77 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern,
80 findOneSourceFile(const PDBSymbolCompiland *Compiland,
91 const PDBSymbolCompiland &Compiland) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp235 DIASession::findLineNumbers(const PDBSymbolCompiland &Compiland, argument
238 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol());
283 DIASession::findSourceFiles(const PDBSymbolCompiland *Compiland, argument
291 if (Compiland)
292 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol())
305 DIASession::findOneSourceFile(const PDBSymbolCompiland *Compiland, argument
308 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags);
341 const PDBSymbolCompiland &Compiland) const {
345 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.h31 Compiland, member in class:lldb_private::npdb::PdbSymUidKind
H A DPdbSymUid.cpp72 repr.tag = static_cast<uint64_t>(PdbSymUidKind::Compiland);
118 assert(kind() == PdbSymUidKind::Compiland);
H A DSymbolFileNativePDB.cpp913 lldbassert(uid.kind() == PdbSymUidKind::Compiland);
929 lldbassert(uid.kind() == PdbSymUidKind::Compiland);
1068 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland);
1145 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland);
1322 lldbassert(sym_uid.kind() == PdbSymUidKind::Compiland);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp61 if (LexParent->getSymTag() == PDB_SymType::Compiland)
H A DPDBSymbol.cpp67 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland)
H A DPDBExtras.cpp227 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Compiland, OS)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1022 SymTypes.push_back(PDB_SymType::Compiland);
1197 while (auto Compiland = Compilands->getNext())
1198 Dumper.start(*Compiland, options);
1220 while (auto Compiland = Compilands->getNext())
1221 Dumper.start(*Compiland, true);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1050 case PDB_SymType::Compiland: {
2051 if (LexParent->getSymTag() == PDB_SymType::Compiland)

Completed in 189 milliseconds