Home
last modified time | relevance | path

Searched refs:loadPDBFile (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp77 m_file_up = loadPDBFile(m_file.GetPath(), m_allocator); in initPDBFile()
118 std::unique_ptr<PDBFile> pdb_file = loadPDBFile(file.GetPath(), allocator); in GetModuleSpecifications()
167 ObjectFilePDB::loadPDBFile(std::string PdbPath, in loadPDBFile() function in ObjectFilePDB
H A DObjectFilePDB.h31 loadPDBFile(std::string PdbPath, llvm::BumpPtrAllocator &Allocator);
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp124 auto pdb = ObjectFilePDB::loadPDBFile(std::string(pdb_file), allocator); in loadMatchingPDBFile()