/external/llvm/lib/ExecutionEngine/Orc/ |
D | ExecutionUtils.cpp | 75 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/ |
D | LinkModulesTest.cpp | 105 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/ |
D | LinkModulesTest.cpp | 105 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/ |
D | ExecutionUtils.cpp | 118 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/ |
D | Module.h | 395 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/ |
D | Module.h | 372 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/ |
D | InlineSimple.cpp | 89 GlobalVariable *GV = M.getNamedGlobal("llvm.noinline"); in doInitialization()
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ExtractFunction.cpp | 198 GlobalVariable *GV = M1->getNamedGlobal(GlobalName); in SplitStaticCtorDtor() 240 GV = M2->getNamedGlobal(GlobalName); in SplitStaticCtorDtor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 250 GlobalVariable *GV = M1->getNamedGlobal(GlobalName); in SplitStaticCtorDtor() 294 GV = M2->getNamedGlobal(GlobalName); in SplitStaticCtorDtor()
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 253 GlobalVariable *GV = M1->getNamedGlobal(GlobalName); in SplitStaticCtorDtor() 295 GV = M2->getNamedGlobal(GlobalName); in SplitStaticCtorDtor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 90 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName); in addEmuTlsVar()
|
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 32 if (GlobalVariable *GVCtor = M.getNamedGlobal(Array)) { in appendToGlobalArray()
|
/external/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 88 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName); in addEmuTlsVar()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | ProfilingUtils.cpp | 151 if (GlobalVariable *GlobalDtors = Mod->getNamedGlobal("llvm.global_dtors")) { in InsertProfilingShutdownCall()
|
/external/swiftshader/third_party/LLVM/tools/llvm-extract/ |
D | llvm-extract.cpp | 102 GlobalValue *GV = M.get()->getNamedGlobal(ExtractGlobals[i]); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 338 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/ |
D | llvm-extract.cpp | 160 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]); in main()
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 319 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 …]
|
D | CGObjCGNU.cpp | 1236 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/ |
D | llvm-extract.cpp | 167 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 32 if (GlobalVariable *GVCtor = M.getNamedGlobal(Array)) { in appendToGlobalArray()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Module.h | 335 GlobalVariable *getNamedGlobal(StringRef Name) const {
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 151 M.getNamedGlobal(getCoverageUnusedNamesVarName())) { in run()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 241 F->getParent()->getNamedGlobal("llvm.eh.catch.all.value"); in HandleURoRInvokes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 798 if (!isEmptyXXStructor(M.getNamedGlobal("llvm.global_ctors"))) { in doInitialization() 803 if (!isEmptyXXStructor(M.getNamedGlobal("llvm.global_dtors"))) { in doInitialization()
|