Home
last modified time | relevance | path

Searched refs:ObjcClassImplementation (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h204 bool ObjcClassImplementation,
221 bool ObjcClassImplementation; member
231 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp143 bool ObjcClassImplementation, in addTypeAccelerator() argument
145 Pubtypes.emplace_back(Name, Die, QualifiedNameHash, ObjcClassImplementation); in addTypeAccelerator()
H A DDWARFLinker.cpp1849 Pubtype.ObjcClassImplementation ? dwarf::DW_FLAG_type_implementation in emitAppleAcceleratorEntriesForUnit()