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;
126 Error createScopes() override;
851 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) {899 Error LVCodeViewReader::createScopes(PDBFile &Pdb) {1159 Error LVCodeViewReader::createScopes() {1167 if (Error Err = LVReader::createScopes()) in createScopes() 1173 if (Error Err = createScopes(getObj())) in createScopes() 1176 if (Error Err = createScopes(getPdb())) in createScopes() 852 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { createScopes() function in LVCodeViewReader 900 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { createScopes() function in LVCodeViewReader 1160 Error LVCodeViewReader::createScopes() { createScopes() function in LVCodeViewReader
804 Error LVDWARFReader::createScopes() { in createScopes() function in LVDWARFReader811 if (Error Err = LVReader::createScopes()) in createScopes()
236 if (Error Err = createScopes()) in doLoad()
141 virtual Error createScopes() { in createScopes() function