Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DAccelTable.h380 bool ObjCClassIsImplementation, in AppleAccelTableStaticTypeData() argument
384 ObjCClassIsImplementation(ObjCClassIsImplementation) {} in AppleAccelTableStaticTypeData()
401 bool ObjCClassIsImplementation; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DAccelTable.h381 bool ObjCClassIsImplementation, in AppleAccelTableStaticTypeData() argument
385 ObjCClassIsImplementation(ObjCClassIsImplementation) {} in AppleAccelTableStaticTypeData()
402 bool ObjCClassIsImplementation; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DAccelTable.h435 bool ObjCClassIsImplementation, in AppleAccelTableStaticTypeData() argument
439 ObjCClassIsImplementation(ObjCClassIsImplementation) {} in AppleAccelTableStaticTypeData()
456 bool ObjCClassIsImplementation; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DAccelTable.h516 bool ObjCClassIsImplementation,
520 ObjCClassIsImplementation(ObjCClassIsImplementation) {}
537 bool ObjCClassIsImplementation;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DAccelTable.h516 bool ObjCClassIsImplementation,
520 ObjCClassIsImplementation(ObjCClassIsImplementation) {}
537 bool ObjCClassIsImplementation;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DAccelTable.h516 bool ObjCClassIsImplementation,
520 ObjCClassIsImplementation(ObjCClassIsImplementation) {}
537 bool ObjCClassIsImplementation;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h249 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
252 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/Classic/
DDWARFLinkerCompileUnit.h251 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
254 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/Classic/
DDWARFLinkerCompileUnit.h251 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
254 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h236 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
239 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/Classic/
DDWARFLinkerCompileUnit.h251 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
254 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h225 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
228 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp610 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
707 << (ObjCClassIsImplementation ? "true" : "false"); in print()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp612 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
709 << (ObjCClassIsImplementation ? "true" : "false"); in print()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1599 bool ObjCClassIsImplementation = in cloneDIE() local
1604 Unit.addTypeAccelerator(Die, AttrInfo.Name, ObjCClassIsImplementation, in cloneDIE()