Home
last modified time | relevance | path

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

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