Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAccelTable.h380 bool ObjCClassIsImplementation, in AppleAccelTableStaticTypeData() argument
384 ObjCClassIsImplementation(ObjCClassIsImplementation) {} in AppleAccelTableStaticTypeData()
401 bool ObjCClassIsImplementation; variable
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h228 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
231 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp610 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
707 << (ObjCClassIsImplementation ? "true" : "false"); in print()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1520 bool ObjCClassIsImplementation = in cloneDIE() local
1525 Unit.addTypeAccelerator(Die, AttrInfo.Name, ObjCClassIsImplementation, in cloneDIE()