Searched refs:getNamedGlobal (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp32 if (GlobalVariable *GVCtor = M.getNamedGlobal(Array)) {
/external/llvm/include/llvm/IR/
H A DModule.h370 GlobalVariable *getNamedGlobal(StringRef Name) { function in class:llvm::Module
373 const GlobalVariable *getNamedGlobal(StringRef Name) const { function in class:llvm::Module
374 return const_cast<Module *>(this)->getNamedGlobal(Name);
/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp231 GlobalVariable *GV = M1->getNamedGlobal(GlobalName);
273 GV = M2->getNamedGlobal(GlobalName);
/external/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp151 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]);
/external/llvm/unittests/Linker/
H A DLinkModulesTest.cpp97 const GlobalVariable *LinkedGV = LinkedModule->getNamedGlobal("switch.bas");
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp381 if (llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name))
1282 VTable = CGM.getModule().getNamedGlobal(VFTableName);
1522 assert(!CGM.getModule().getNamedGlobal(Name) &&
2520 if (auto VTable = CGM.getModule().getNamedGlobal(MangledName))
2675 if (auto CHD = Module.getNamedGlobal(MangledName))
2769 if (auto BCD = Module.getNamedGlobal(MangledName))
2803 if (auto COL = Module.getNamedGlobal(MangledName))
2851 if (llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(MangledName))
H A DCGObjCGNU.cpp1186 llvm::Constant *isa = TheModule.getNamedGlobal(Sym);
1641 llvm::GlobalVariable *ClassRef = TheModule.getNamedGlobal(ClassSym);
2300 llvm::GlobalVariable *offset = TheModule.getNamedGlobal(Name);
2743 llvm::GlobalVariable *IvarOffsetPointer = TheModule.getNamedGlobal(Name);
H A DCodeGenModule.cpp1167 if (llvm::GlobalVariable *GV = getModule().getNamedGlobal(Name))
1692 llvm::GlobalVariable *GV = getModule().getNamedGlobal(Name);
H A DItaniumCXXABI.cpp2104 llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name);
2483 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp309 GlobalVariable *GV = module->getNamedGlobal(Name);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp2047 const GlobalVariable* GV = TheModule->getNamedGlobal(varName);
/external/llvm/lib/IR/
H A DCore.cpp1381 return wrap(unwrap(M)->getNamedGlobal(Name));

Completed in 385 milliseconds