Searched refs:loadPDBFile (Results 1 – 3 of 3) sorted by relevance
77 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
31 loadPDBFile(std::string PdbPath, llvm::BumpPtrAllocator &Allocator);
124 auto pdb = ObjectFilePDB::loadPDBFile(std::string(pdb_file), allocator); in loadMatchingPDBFile()