Home
last modified time | relevance | path

Searched refs:getNamedGlobal (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp75 const GlobalVariable *CtorsList = M.getNamedGlobal("llvm.global_ctors"); in getConstructors()
81 const GlobalVariable *DtorsList = M.getNamedGlobal("llvm.global_dtors"); in getDestructors()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Linker/
DLinkModulesTest.cpp105 const GlobalVariable *LinkedGV = LinkedModule->getNamedGlobal("switch.bas"); in TEST_F()
201 EXPECT_EQ(M1->getNamedGlobal("t1")->getType(), in TEST_F()
202 M1->getNamedGlobal("t2")->getType()); in TEST_F()
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp105 const GlobalVariable *LinkedGV = LinkedModule->getNamedGlobal("switch.bas"); in TEST_F()
201 EXPECT_EQ(M1->getNamedGlobal("t1")->getType(), in TEST_F()
202 M1->getNamedGlobal("t2")->getType()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp118 const GlobalVariable *CtorsList = M.getNamedGlobal("llvm.global_ctors"); in getConstructors()
124 const GlobalVariable *DtorsList = M.getNamedGlobal("llvm.global_dtors"); in getDestructors()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h395 const GlobalVariable *getNamedGlobal(StringRef Name) const { in getNamedGlobal() function
398 GlobalVariable *getNamedGlobal(StringRef Name) { in getNamedGlobal() function
400 static_cast<const Module *>(this)->getNamedGlobal(Name)); in getNamedGlobal()
/external/llvm/include/llvm/IR/
DModule.h372 GlobalVariable *getNamedGlobal(StringRef Name) {
375 const GlobalVariable *getNamedGlobal(StringRef Name) const {
376 return const_cast<Module *>(this)->getNamedGlobal(Name);
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInlineSimple.cpp89 GlobalVariable *GV = M.getNamedGlobal("llvm.noinline"); in doInitialization()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExtractFunction.cpp198 GlobalVariable *GV = M1->getNamedGlobal(GlobalName); in SplitStaticCtorDtor()
240 GV = M2->getNamedGlobal(GlobalName); in SplitStaticCtorDtor()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DExtractFunction.cpp250 GlobalVariable *GV = M1->getNamedGlobal(GlobalName); in SplitStaticCtorDtor()
294 GV = M2->getNamedGlobal(GlobalName); in SplitStaticCtorDtor()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp253 GlobalVariable *GV = M1->getNamedGlobal(GlobalName); in SplitStaticCtorDtor()
295 GV = M2->getNamedGlobal(GlobalName); in SplitStaticCtorDtor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp90 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName); in addEmuTlsVar()
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp32 if (GlobalVariable *GVCtor = M.getNamedGlobal(Array)) { in appendToGlobalArray()
/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp88 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName); in addEmuTlsVar()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp151 if (GlobalVariable *GlobalDtors = Mod->getNamedGlobal("llvm.global_dtors")) { in InsertProfilingShutdownCall()
/external/swiftshader/third_party/LLVM/tools/llvm-extract/
Dllvm-extract.cpp102 GlobalValue *GV = M.get()->getNamedGlobal(ExtractGlobals[i]); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp338 if (M.getNamedGlobal(Name)) in createGlobalVariableI32()
604 if (M.getNamedGlobal("setThrew")) in createSetThrewFunction()
641 if (M.getNamedGlobal("setTempRet0")) in createSetTempRet0Function()
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp160 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]); in main()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp319 if (auto *VDispMap = CGM.getModule().getNamedGlobal(MangledName)) in getAddrOfVirtualDisplacementMap()
515 if (llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name)) in getImageBase()
1683 CGM.getModule().getNamedGlobal(VFTableName)) { in getAddrOfVTable()
1977 assert(!CGM.getModule().getNamedGlobal(Name) && in getAddrOfVBTable()
2256 if (auto *GV = CGM.getModule().getNamedGlobal(VarName)) in getInitThreadEpochPtr()
3311 if (auto VTable = CGM.getModule().getNamedGlobal(MangledName)) in getTypeInfoVTable()
3466 if (auto CHD = Module.getNamedGlobal(MangledName)) in getClassHierarchyDescriptor()
3567 if (auto BCD = Module.getNamedGlobal(MangledName)) in getBaseClassDescriptor()
3603 if (auto COL = Module.getNamedGlobal(MangledName)) in getCompleteObjectLocator()
3713 if (llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(MangledName)) in getAddrOfRTTIDescriptor()
[all …]
DCGObjCGNU.cpp1236 llvm::Constant *isa = TheModule.getNamedGlobal(Sym); in GenerateConstantString()
1685 llvm::GlobalVariable *ClassRef = TheModule.getNamedGlobal(ClassSym); in GenerateClassStructure()
2338 llvm::GlobalVariable *offset = TheModule.getNamedGlobal(Name); in GenerateClass()
2790 llvm::GlobalVariable *IvarOffsetPointer = TheModule.getNamedGlobal(Name); in ObjCIvarOffsetVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-extract/
Dllvm-extract.cpp167 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp32 if (GlobalVariable *GVCtor = M.getNamedGlobal(Array)) { in appendToGlobalArray()
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h335 GlobalVariable *getNamedGlobal(StringRef Name) const {
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp151 M.getNamedGlobal(getCoverageUnusedNamesVarName())) { in run()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp241 F->getParent()->getNamedGlobal("llvm.eh.catch.all.value"); in HandleURoRInvokes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp798 if (!isEmptyXXStructor(M.getNamedGlobal("llvm.global_ctors"))) { in doInitialization()
803 if (!isEmptyXXStructor(M.getNamedGlobal("llvm.global_dtors"))) { in doInitialization()

12