Home
last modified time | relevance | path

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

/freebsd/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;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp851 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
H A DLVDWARFReader.cpp804 Error LVDWARFReader::createScopes() { in createScopes() function in LVDWARFReader
811 if (Error Err = LVReader::createScopes()) in createScopes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp236 if (Error Err = createScopes()) in doLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h141 virtual Error createScopes() { in createScopes() function