Home
last modified time | relevance | path

Searched refs:ObjCClassIsImplementation (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h485 bool ObjCClassIsImplementation,
489 ObjCClassIsImplementation(ObjCClassIsImplementation) {}
506 bool ObjCClassIsImplementation;
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h251 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
254 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp112 bool ObjCClassIsImplementation = in save() local
120 ObjCClassIsImplementation, TypeEntry); in save()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp782 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
874 << (ObjCClassIsImplementation ? "true" : "false"); in print()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1824 bool ObjCClassIsImplementation = in cloneDIE() local
1829 Unit.addTypeAccelerator(Die, AttrInfo.Name, ObjCClassIsImplementation, in cloneDIE()