/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
H A D | IPDBSession.h | 53 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 D | PDBSymbolCompiland.h | 22 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
|
H A D | PDBTypes.h | 246 Compiland, enumerator
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIASession.h | 50 findLineNumbers(const PDBSymbolCompiland &Compiland, 61 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 64 findOneSourceFile(const PDBSymbolCompiland *Compiland, 75 const PDBSymbolCompiland &Compiland) const override;
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASession.cpp | 235 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()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeSession.h | 70 findLineNumbers(const PDBSymbolCompiland &Compiland, 81 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 84 findOneSourceFile(const PDBSymbolCompiland *Compiland, 95 const PDBSymbolCompiland &Compiland) const override;
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeCompilandSymbol.cpp | 18 : NativeRawSymbol(Session, PDB_SymType::Compiland, SymbolId), Module(MI) {} in NativeCompilandSymbol() 21 return PDB_SymType::Compiland; in getSymTag()
|
H A D | NativeSession.cpp | 274 NativeSession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers() argument 298 NativeSession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles() argument 305 NativeSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile() argument 328 const PDBSymbolCompiland &Compiland) const { in getSourceFilesForCompiland()
|
H A D | NativeExeSymbol.cpp | 39 case PDB_SymType::Compiland: { in findChildren()
|
H A D | SymbolCache.cpp | 321 case PDB_SymType::Compiland: { in findSymbolBySectOffset()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbSymUid.cpp | 72 repr.tag = static_cast<uint64_t>(PdbSymUidKind::Compiland); in PdbSymUid() 118 assert(kind() == PdbSymUidKind::Compiland); in asCompiland()
|
H A D | PdbSymUid.h | 31 Compiland, enumerator
|
H A D | SymbolFileNativePDB.cpp | 1032 lldbassert(uid.kind() == PdbSymUidKind::Compiland); in ParseLanguage() 1048 lldbassert(uid.kind() == PdbSymUidKind::Compiland); in ParseFunctions() 1183 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland); in ParseLineTable() 1369 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland); in ParseSupportFiles() 1797 lldbassert(sym_uid.kind() == PdbSymUidKind::Compiland); in ParseVariablesForCompileUnit()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 60 if (LexParent->getSymTag() == PDB_SymType::Compiland) in getCompilandId()
|
H A D | PDBSymbol.cpp | 67 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland) in createSymbol()
|
H A D | PDBExtras.cpp | 242 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Compiland, OS) in operator <<()
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 1047 SymTypes.push_back(PDB_SymType::Compiland); in dumpDia() 1222 while (auto Compiland = Compilands->getNext()) in dumpPretty() local 1223 Dumper.start(*Compiland, options); in dumpPretty() 1245 while (auto Compiland = Compilands->getNext()) in dumpPretty() local 1246 Dumper.start(*Compiland, true); in dumpPretty()
|
/openbsd/gnu/llvm/llvm/docs/PDB/ |
H A D | index.rst | 97 | DBI Stream | - Fixed Stream Index 3 | - Module/Compiland Information |
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 1066 case PDB_SymType::Compiland: { in ParseVariables() 2061 if (LexParent->getSymTag() == PDB_SymType::Compiland) in GetCompilandId()
|