Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h537 bool ObjCClassIsImplementation,
541 ObjCClassIsImplementation(ObjCClassIsImplementation) {}
558 bool ObjCClassIsImplementation;
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h267 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
270 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp743 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
835 << (ObjCClassIsImplementation ? "true" : "false"); in print()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1857 bool ObjCClassIsImplementation = in cloneDIE() local
1864 Unit.addTypeAccelerator(Die, AttrInfo.Name, ObjCClassIsImplementation, in cloneDIE()
1875 ObjCClassIsImplementation, Hash); in cloneDIE()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp