Home
last modified time | relevance | path

Searched refs:Pubtypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h235 const std::vector<AccelInfo> &getPubtypes() const { return Pubtypes; } in getPubtypes()
290 std::vector<AccelInfo> Pubtypes; variable
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp145 Pubtypes.emplace_back(Name, Die, QualifiedNameHash, ObjcClassImplementation); in addTypeAccelerator()