Searched refs:createScopes (Results 1 – 6 of 6) sorted by relevance
182 Error createScopes(llvm::object::COFFObjectFile &Obj);183 Error createScopes(llvm::pdb::PDBFile &Pdb);187 Error createScopes() override;
115 Error createScopes() override;
845 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { in createScopes() function in LVCodeViewReader893 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { in createScopes() function in LVCodeViewReader1153 Error LVCodeViewReader::createScopes() { in createScopes() function in LVCodeViewReader1161 if (Error Err = LVReader::createScopes()) in createScopes()1167 if (Error Err = createScopes(getObj())) in createScopes()1170 if (Error Err = createScopes(getPdb())) in createScopes()
602 Error LVDWARFReader::createScopes() { in createScopes() function in LVDWARFReader609 if (Error Err = LVReader::createScopes()) in createScopes()
167 virtual Error createScopes() { in createScopes() function
481 if (Error Err = createScopes()) in doLoad()