Home
last modified time | relevance | path

Searched refs:PDB_ReaderType (Results 1 – 11 of 11) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDB.cpp24 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/
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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDB.h23 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
26 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
DPDBTypes.h75 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp788 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()
DInputFile.cpp269 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp409 if (auto Err = loadDataForEXE(PDB_ReaderType::DIA, in getOrCreateModuleInfo()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp400 if (auto Err = loadDataForEXE(PDB_ReaderType::DIA, in getOrCreateModuleInfo()