Searched refs:PDB_ReaderType (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDB.h | 19 PDB_ErrorCode loadDataForPDB(PDB_ReaderType Type, StringRef Path, 22 PDB_ErrorCode loadDataForEXE(PDB_ReaderType Type, StringRef Path,
|
D | PDBTypes.h | 69 enum class PDB_ReaderType { enum
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDB.cpp | 23 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/ |
D | Symbolize.cpp | 367 PDB_ErrorCode Error = loadDataForEXE(PDB_ReaderType::DIA, in getOrCreateModuleInfo()
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 398 PDB_ErrorCode Error = loadDataForPDB(PDB_ReaderType::DIA, Path, Session); in dumpInput()
|