Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/
DPDB.cpp27 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
30 if (Type == PDB_ReaderType::Raw) in loadDataForPDB()
40 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
43 if (Type == PDB_ReaderType::Raw) in loadDataForEXE()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDB.h23 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
26 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
DPDBTypes.h71 enum class PDB_ReaderType { enum
/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/lib/DebugInfo/Symbolize/
DSymbolize.cpp400 if (auto Err = loadDataForEXE(PDB_ReaderType::DIA, in getOrCreateModuleInfo()