Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp473 GlobalVariable *GlobalAnnotation; member in __anonecc095190111::LowerTypeTestsModule
1388 if (GV == GlobalAnnotation) in replaceWeakDeclarationWithJumpTablePtr()
1853 GlobalAnnotation = M.getGlobalVariable("llvm.global.annotations"); in LowerTypeTestsModule()
1854 if (GlobalAnnotation && GlobalAnnotation->hasInitializer()) { in LowerTypeTestsModule()
1856 cast<ConstantArray>(GlobalAnnotation->getInitializer()); in LowerTypeTestsModule()