Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h531 bool ObjCClassIsImplementation,
535 ObjCClassIsImplementation(ObjCClassIsImplementation) {}
552 bool ObjCClassIsImplementation;
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h253 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
256 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp112 bool ObjCClassIsImplementation = in save() local
120 ObjCClassIsImplementation, TypeEntry); in save()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp743 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
834 OS << " ObjCClassIsImplementation: " in print()
835 << (ObjCClassIsImplementation ? "true" : "false"); in print()
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1845 bool ObjCClassIsImplementation = in cloneDIE()
1852 Unit.addTypeAccelerator(Die, AttrInfo.Name, ObjCClassIsImplementation, in cloneDIE()
1863 ObjCClassIsImplementation, Hash); in cloneDIE()
1827 bool ObjCClassIsImplementation = cloneDIE() local