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.h531 bool ObjCClassIsImplementation,
535 ObjCClassIsImplementation(ObjCClassIsImplementation) {}
552 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.h253 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
256 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.cpp744 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
836 << (ObjCClassIsImplementation ? "true" : "false"); in print()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1841 bool ObjCClassIsImplementation = in cloneDIE() local
1846 Unit.addTypeAccelerator(Die, AttrInfo.Name, ObjCClassIsImplementation, in cloneDIE()