Searched refs:PDB_ReaderType (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/DebugInfo/PDB/ |
D | PDB.cpp | 27 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDB.cpp | 24 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() 27 if (Type == PDB_ReaderType::Native) { in loadDataForPDB() 44 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE() 47 if (Type == PDB_ReaderType::Native) in loadDataForEXE()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDB.h | 23 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path, 26 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
|
D | PDBTypes.h | 71 enum class PDB_ReaderType { enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDB.h | 23 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path, 26 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
|
D | PDBTypes.h | 75 enum class PDB_ReaderType { enum
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 371 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.cpp | 788 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB() 931 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty() 1158 if (ReaderType == PDB_ReaderType::Native) in dumpPretty()
|
D | InputFile.cpp | 269 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 409 if (auto Err = loadDataForEXE(PDB_ReaderType::DIA, in getOrCreateModuleInfo()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 400 if (auto Err = loadDataForEXE(PDB_ReaderType::DIA, in getOrCreateModuleInfo()
|