Searched refs:PDB_ReaderType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDB.cpp | 24 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() 27 if (Type == PDB_ReaderType::Native) { in loadDataForPDB() 44 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE() 47 if (Type == PDB_ReaderType::Native) in loadDataForEXE()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDB.h | 23 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path, 26 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
|
| H A D | PDBTypes.h | 79 enum class PDB_ReaderType { enum
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 849 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB() 999 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia() 1047 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty() 1276 if (ReaderType == PDB_ReaderType::Native) in dumpPretty()
|
| H A D | InputFile.cpp | 274 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 410 if (auto Err = loadDataForEXE(PDB_ReaderType::DIA, in getOrCreateModuleInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 138 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath), in CalculateAbilities() 149 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()
|