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.h115 Error createScopes() override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp845 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { in createScopes() function in LVCodeViewReader
893 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { in createScopes() function in LVCodeViewReader
1153 Error LVCodeViewReader::createScopes() { in createScopes() function in LVCodeViewReader
1161 if (Error Err = LVReader::createScopes()) in createScopes()
1167 if (Error Err = createScopes(getObj())) in createScopes()
1170 if (Error Err = createScopes(getPdb())) in createScopes()
H A DLVDWARFReader.cpp602 Error LVDWARFReader::createScopes() { in createScopes() function in LVDWARFReader
609 if (Error Err = LVReader::createScopes()) in createScopes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h167 virtual Error createScopes() { in createScopes() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp481 if (Error Err = createScopes()) in doLoad()