Home
last modified time | relevance | path

Searched refs:loadDataForPDB (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDB.h22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp22 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() function in llvm::pdb
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp323 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp886 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB()
1040 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpDia()
1088 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpPretty()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp162 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()