Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h382 bool ObjCClassIsImplementation, in AppleAccelTableStaticTypeData() argument
386 ObjCClassIsImplementation(ObjCClassIsImplementation) {} in AppleAccelTableStaticTypeData()
403 bool ObjCClassIsImplementation; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h229 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
232 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp611 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
708 << (ObjCClassIsImplementation ? "true" : "false"); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1479 bool ObjCClassIsImplementation = in cloneDIE() local
1484 Unit.addTypeAccelerator(Die, AttrInfo.Name, ObjCClassIsImplementation, in cloneDIE()