Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
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 DPDBSymbolCompiland.h22 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
H A DPDBTypes.h246 Compiland, enumerator
/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.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()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h70 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 DNativeCompilandSymbol.cpp18 : NativeRawSymbol(Session, PDB_SymType::Compiland, SymbolId), Module(MI) {} in NativeCompilandSymbol()
21 return PDB_SymType::Compiland; in getSymTag()
H A DNativeSession.cpp274 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 DNativeExeSymbol.cpp39 case PDB_SymType::Compiland: { in findChildren()
H A DSymbolCache.cpp321 case PDB_SymType::Compiland: { in findSymbolBySectOffset()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp72 repr.tag = static_cast<uint64_t>(PdbSymUidKind::Compiland); in PdbSymUid()
118 assert(kind() == PdbSymUidKind::Compiland); in asCompiland()
H A DPdbSymUid.h31 Compiland, enumerator
H A DSymbolFileNativePDB.cpp1032 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 DPDBSymbolData.cpp60 if (LexParent->getSymTag() == PDB_SymType::Compiland) in getCompilandId()
H A DPDBSymbol.cpp67 FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland) in createSymbol()
H A DPDBExtras.cpp242 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Compiland, OS) in operator <<()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1047 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 Dindex.rst97 | DBI Stream | - Fixed Stream Index 3 | - Module/Compiland Information |
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1066 case PDB_SymType::Compiland: { in ParseVariables()
2061 if (LexParent->getSymTag() == PDB_SymType::Compiland) in GetCompilandId()