Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h381 bool ObjCClassIsImplementation, in AppleAccelTableStaticTypeData() argument
385 ObjCClassIsImplementation(ObjCClassIsImplementation) {} in AppleAccelTableStaticTypeData()
402 bool ObjCClassIsImplementation; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DAccelTable.h381 bool ObjCClassIsImplementation, in AppleAccelTableStaticTypeData() argument
385 ObjCClassIsImplementation(ObjCClassIsImplementation) {} in AppleAccelTableStaticTypeData()
402 bool ObjCClassIsImplementation; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h225 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
228 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h229 uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) in AccelInfo()
232 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp612 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
709 << (ObjCClassIsImplementation ? "true" : "false"); in print()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp614 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
711 << (ObjCClassIsImplementation ? "true" : "false"); in print()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1497 bool ObjCClassIsImplementation = in cloneDIE() local
1502 Unit.addTypeAccelerator(Die, AttrInfo.Name, ObjCClassIsImplementation, in cloneDIE()