Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1569 auto *InitVar = new llvm::GlobalVariable(TheModule, LoadFunction->getType(), in ModuleInitFunction() local
1574 assert(InitVar->getName() == ".objc_ctor"); in ModuleInitFunction()
1581 InitVar->setSection(".CRT$XCLz"); in ModuleInitFunction()
1585 InitVar->setSection(".init_array"); in ModuleInitFunction()
1587 InitVar->setSection(".ctors"); in ModuleInitFunction()
1589 InitVar->setVisibility(llvm::GlobalValue::HiddenVisibility); in ModuleInitFunction()
1590 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction()
1591 CGM.addUsedGlobal(InitVar); in ModuleInitFunction()
1671 auto *InitVar = new llvm::GlobalVariable(CGM.getModule(), Init->getType(), in ModuleInitFunction() local
1674 InitVar->setSection(".CRT$XCLb"); in ModuleInitFunction()
[all …]
H A DCGBlocks.cpp1384 auto *InitVar = new llvm::GlobalVariable(CGM.getModule(), Init->getType(), in buildGlobalBlock() local
1387 InitVar->setSection(".CRT$XCLa"); in buildGlobalBlock()
1388 CGM.addUsedGlobal(InitVar); in buildGlobalBlock()
/openbsd/gnu/llvm/clang/docs/
H A DLibASTMatchersTutorial.rst512 const VarDecl *InitVar = Result.Nodes.getNodeAs<VarDecl>("initVarName");
514 if (!areSameVariable(IncVar, CondVar) || !areSameVariable(IncVar, InitVar))