Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAccelTable.h402 bool ObjCClassIsImplementation, in AppleAccelTableStaticTypeData() argument
406 ObjCClassIsImplementation(ObjCClassIsImplementation) {} in AppleAccelTableStaticTypeData()
429 bool ObjCClassIsImplementation; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp614 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
731 << (ObjCClassIsImplementation ? "true" : "false"); in print()