Searched refs:RuntimeVersion (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1460 unsigned RuntimeVersion; variable 1470 bool IsOptimized, unsigned RuntimeVersion, 1479 unsigned RuntimeVersion, StringRef SplitDebugFilename, 1489 IsOptimized, getCanonicalMDString(Context, Flags), RuntimeVersion, 1500 unsigned RuntimeVersion, MDString *SplitDebugFilename, 1525 bool IsOptimized, StringRef Flags, unsigned RuntimeVersion, 1533 (SourceLanguage, File, Producer, IsOptimized, Flags, RuntimeVersion, 1541 bool IsOptimized, MDString *Flags, unsigned RuntimeVersion, 1548 (SourceLanguage, File, Producer, IsOptimized, Flags, RuntimeVersion, 1557 unsigned getRuntimeVersion() const { return RuntimeVersion; } in getRuntimeVersion()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 929 unsigned RuntimeVersion, unsigned EmissionKind, in DICompileUnit() argument 934 SourceLanguage(SourceLanguage), RuntimeVersion(RuntimeVersion), in DICompileUnit() 945 unsigned RuntimeVersion, MDString *SplitDebugFilename, in getImpl() argument 969 RuntimeVersion, EmissionKind, DWOId, SplitDebugInlining, in getImpl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 419 int RuntimeVersion; member in __anonbab9bb100111::CGObjCGNU 2250 MetaClassPtrAlias(nullptr), RuntimeVersion(runtimeABIVersion), in CGObjCGNU() 2377 RuntimeVersion = 10; in CGObjCGNU() 3961 ArrayRef(moduleEltTys).drop_back(unsigned(RuntimeVersion < 10))); in ModuleInitFunction() 3966 module.addInt(LongTy, RuntimeVersion); in ModuleInitFunction() 3978 if (RuntimeVersion >= 10) { in ModuleInitFunction() 4311 if (RuntimeVersion < 10 || in EmitIvarOffset()
|