Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp264 bool ObjcClassImplementation, in saveTypeRecord() argument
275 Info.ObjcClassImplementation = ObjcClassImplementation; in saveTypeRecord()
289 Info.ObjcClassImplementation = ObjcClassImplementation; in saveTypeRecord()
H A DDWARFLinkerUnit.h120 ObjcClassImplementation = false; in AccelInfo()
142 bool ObjcClassImplementation : 1; member
H A DAcceleratorRecordsSaver.h55 uint32_t QualifiedNameHash, bool ObjcClassImplementation,
H A DDWARFLinkerImpl.cpp1249 Info.ObjcClassImplementation ? dwarf::DW_FLAG_type_implementation in emitAppleAcceleratorSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h227 bool ObjcClassImplementation,
244 bool ObjcClassImplementation; member
254 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp207 bool ObjcClassImplementation, in addTypeAccelerator() argument
209 Pubtypes.emplace_back(Name, Die, QualifiedNameHash, ObjcClassImplementation); in addTypeAccelerator()
H A DDWARFLinker.cpp2230 Pubtype.ObjcClassImplementation ? dwarf::DW_FLAG_type_implementation in emitAcceleratorEntriesForUnit()