Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1564 auto *InitVar = new llvm::GlobalVariable(TheModule, LoadFunction->getType(), in ModuleInitFunction() local
1569 assert(InitVar->getName() == ".objc_ctor"); in ModuleInitFunction()
1576 InitVar->setSection(".CRT$XCLz"); in ModuleInitFunction()
1580 InitVar->setSection(".init_array"); in ModuleInitFunction()
1582 InitVar->setSection(".ctors"); in ModuleInitFunction()
1584 InitVar->setVisibility(llvm::GlobalValue::HiddenVisibility); in ModuleInitFunction()
1585 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction()
1586 CGM.addUsedGlobal(InitVar); in ModuleInitFunction()
1665 auto *InitVar = new llvm::GlobalVariable(CGM.getModule(), Init->getType(), in ModuleInitFunction() local
1668 InitVar->setSection(".CRT$XCLb"); in ModuleInitFunction()
[all …]
H A DCGBlocks.cpp1383 auto *InitVar = new llvm::GlobalVariable(CGM.getModule(), Init->getType(), in buildGlobalBlock() local
1386 InitVar->setSection(".CRT$XCLa"); in buildGlobalBlock()
1387 CGM.addUsedGlobal(InitVar); in buildGlobalBlock()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchersTutorial.rst509 const VarDecl *InitVar = Result.Nodes.getNodeAs<VarDecl>("initVarName");
511 if (!areSameVariable(IncVar, CondVar) || !areSameVariable(IncVar, InitVar))