Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDB.h25 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp35 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE() function in llvm::pdb
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp102 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) { in searchForExe()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp651 if (auto Err = loadDataForEXE(ReaderType, Objects.first->getFileName(), in getOrCreateModuleInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp155 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath), in CalculateAbilities()