Searched refs:loadPDBFile (Results 1 – 3 of 3) sorted by relevance
77 m_file_up = loadPDBFile(m_file.GetPath(), m_allocator); in initPDBFile()113 std::unique_ptr<PDBFile> pdb_file = loadPDBFile(file.GetPath(), allocator); in GetModuleSpecifications()162 ObjectFilePDB::loadPDBFile(std::string PdbPath, in loadPDBFile() function in ObjectFilePDB
31 loadPDBFile(std::string PdbPath, llvm::BumpPtrAllocator &Allocator);
121 auto pdb = ObjectFilePDB::loadPDBFile(std::string(pdb_file), allocator); in loadMatchingPDBFile()