Searched refs:Sealed (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | macho_platform.cpp | 76 bool Sealed = false; 99 return SPSMachOJITDylibDepInfo::AsArgList::size(JDI.Sealed, JDI.DepHeaders); in size() 103 return SPSMachOJITDylibDepInfo::AsArgList::serialize(OB, JDI.Sealed, in serialize() 108 return SPSMachOJITDylibDepInfo::AsArgList::deserialize(IB, JDI.Sealed, in deserialize() 277 bool Sealed = false; 1123 if (!JDS->referenced() || !JDS->Sealed) { 1190 if (JDS.Sealed) { in __orc_rt_macho_register_object_platform_sections() 1193 ErrStream << "Sealed JITDylib " << JDS.Header in __orc_rt_macho_register_object_platform_sections() 1200 JDS.Sealed = DI.Sealed; in __orc_rt_macho_deregister_object_platform_sections() 75 bool Sealed = false; global() member 261 bool Sealed = false; global() member [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 225 Sealed = 0x0400, enumerator 299 Sealed = 0x0200 enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 76 PUSH_FLAG(ClassOptions, Sealed, Options, "sealed"); in formatClassOptions() 201 PUSH_FLAG(MethodOptions, Sealed, Flags, "sealed"); in memberAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 329 CV_ENUM_CLASS_ENT(ClassOptions, Sealed), 345 CV_ENUM_CLASS_ENT(MethodOptions, Sealed),
|
H A D | TypeDumpVisitor.cpp | 43 ENUM_ENTRY(ClassOptions, Sealed), 57 ENUM_ENTRY(MethodOptions, Sealed),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOPlatform.h | 34 bool Sealed = false; member
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 378 IO.bitSetCase(Options, "Sealed", ClassOptions::Sealed); in bitset() 388 IO.bitSetCase(Options, "Sealed", MethodOptions::Sealed); in bitset()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 45 return SPSMachOJITDylibDepInfo::AsArgList::size(DDI.Sealed, DDI.DepHeaders); in size() 50 return SPSMachOJITDylibDepInfo::AsArgList::serialize(OB, DDI.Sealed, in serialize() 56 return SPSMachOJITDylibDepInfo::AsArgList::deserialize(IB, DDI.Sealed, in deserialize()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2512 ClassOptions CO = ClassOptions::Sealed | getCommonClassOptions(Ty); in lowerCompleteTypeUnion()
|