Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DNativeSymbolReuseTest.cpp32 Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S); in TEST()
59 Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S); in TEST()
101 Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S); in TEST()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDB.h23 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDB.h22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDB.h22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
/external/llvm/lib/DebugInfo/PDB/
DPDB.cpp27 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() function in llvm::pdb
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDB.cpp23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() function in llvm::pdb
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDB.cpp23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() function in llvm::pdb
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp371 ExitOnErr(loadDataForPDB(PDB_ReaderType::Raw, Path, Session)); in pdb2Yaml()
383 ExitOnErr(loadDataForPDB(PDB_ReaderType::Raw, Path, Session)); in dumpRaw()
395 ExitOnErr(loadDataForPDB(PDB_ReaderType::DIA, Path, Session)); in dumpPretty()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp277 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
Dllvm-pdbutil.cpp860 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB()
1015 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpDia()
1063 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpPretty()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp152 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()