Searched refs:PDB_ReaderType (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | PDB.cpp | 23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() 26 if (Type == PDB_ReaderType::Native) in loadDataForPDB() 36 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE() 39 if (Type == PDB_ReaderType::Native) { in loadDataForEXE()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDB.h | 22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path, 25 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
|
H A D | PDBTypes.h | 80 enum class PDB_ReaderType { enum
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 590 PDB_ReaderType ReaderType = in getOrCreateModuleInfo() 591 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 860 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB() 1013 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia() 1061 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
|
H A D | InputFile.cpp | 277 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
|