Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDB.h19 PDB_ErrorCode loadDataForPDB(PDB_ReaderType Type, StringRef Path,
/external/llvm/lib/DebugInfo/PDB/
DPDB.cpp23 PDB_ErrorCode llvm::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() function in llvm
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp398 PDB_ErrorCode Error = loadDataForPDB(PDB_ReaderType::DIA, Path, Session); in dumpInput()