Home
last modified time | relevance | path

Searched refs:createScopes (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ !
H A DLVCodeViewReader.h182 Error createScopes(llvm::object::COFFObjectFile &Obj);
183 Error createScopes(llvm::pdb::PDBFile &Pdb);
187 Error createScopes() override;
H A DLVDWARFReader.h126 Error createScopes() override;
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ !
H A DLVCodeViewReader.cpp851 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { in createScopes() function in LVCodeViewReader
899 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { in createScopes() function in LVCodeViewReader
1159 Error LVCodeViewReader::createScopes() { in createScopes() function in LVCodeViewReader
1167 if (Error Err = LVReader::createScopes()) in createScopes()
1173 if (Error Err = createScopes(getObj())) in createScopes()
1176 if (Error Err = createScopes(getPdb())) in createScopes()
H A DLVDWARFReader.cpp804 Error LVDWARFReader::createScopes() { in createScopes() function in LVDWARFReader
811 if (Error Err = LVReader::createScopes()) in createScopes()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ !
H A DLVReader.cpp236 if (Error Err = createScopes()) in doLoad()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ !
H A DLVReader.h141 virtual Error createScopes() { in createScopes() function