Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDB.h19 PDB_ErrorCode loadDataForPDB(PDB_ReaderType Type, StringRef Path,
22 PDB_ErrorCode loadDataForEXE(PDB_ReaderType Type, StringRef Path,
DPDBTypes.h69 enum class PDB_ReaderType { enum
/external/llvm/lib/DebugInfo/PDB/
DPDB.cpp23 PDB_ErrorCode llvm::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
32 PDB_ErrorCode llvm::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp367 PDB_ErrorCode Error = loadDataForEXE(PDB_ReaderType::DIA, in getOrCreateModuleInfo()
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp398 PDB_ErrorCode Error = loadDataForPDB(PDB_ReaderType::DIA, Path, Session); in dumpInput()