Searched refs:createScopes (Results 1 – 11 of 11) 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;
75 Error createScopes() { return LVReader::createScopes(); } in createScopes() function in __anonb3007c9e0111::ReaderTestElements107 Error Err = createScopes(); in createElements()
63 Error createScopes() { return LVReader::createScopes(); } in createScopes() function in __anon63092e030111::ReaderTestSelection98 Error Err = createScopes(); in createElements()
37 Error createScopes() { return LVReader::createScopes(); } in createScopes() function in __anonf99b6c7f0111::ReaderTest125 Error Err = createScopes(); in createElements()365 Error Err = createScopes(); in createElements()
78 Error createScopes() { return LVReader::createScopes(); } in createScopes() function in __anon8e4c552a0111::ReaderTestCompare106 Error Err = createScopes(); in createElements()
120 Error createScopes() { return LVReader::createScopes(); } in createScopes() function in __anon538c05990111::ReaderTestWarningInternal217 Error Err = createScopes(); in createElements()
846 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { in mapRangeAddress() 894 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { in createScopes() 1154 Error LVCodeViewReader::createScopes() {1162 if (Error Err = LVReader::createScopes()) in createScopes() 1168 if (Error Err = createScopes(getObj())) in createScopes() 1171 if (Error Err = createScopes(getPdb())) in createScopes() 851 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { createScopes() function in LVCodeViewReader 899 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { createScopes() function in LVCodeViewReader 1159 Error LVCodeViewReader::createScopes() { createScopes() function in LVCodeViewReader
810 Error LVDWARFReader::createScopes() { in createScopes() 817 if (Error Err = LVReader::createScopes()) in createScopes() 804 Error LVDWARFReader::createScopes() { createScopes() function in LVDWARFReader
235 if (Error Err = createScopes()) in doLoad()
141 virtual Error createScopes() { in createScopes() function