|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/GlobalMerge.cpp 565 const GlobalVariable *GV = M.getGlobalVariable(Name);
lib/CodeGen/ShadowStackGCLowering.cpp 206 Head = M.getGlobalVariable("llvm_gc_root_chain");
lib/ExecutionEngine/ExecutionEngine.cpp 167 GlobalVariable *GV = Modules[i]->getGlobalVariable(Name,AllowInternal);
lib/ExecutionEngine/MCJIT/MCJIT.cpp 306 GlobalVariable *G = M->getGlobalVariable(DemangledName);
475 GlobalVariable *GV = (*I)->getGlobalVariable(Name, AllowInternal);
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp 63 GlobalVariable *GV = M.getGlobalVariable("llvm.global_dtors");
lib/Transforms/IPO/ConstantMerge.cpp 137 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
138 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
lib/Transforms/IPO/StripSymbols.cpp 207 findUsedValues(M.getGlobalVariable("llvm.used"), llvmUsedValues);
208 findUsedValues(M.getGlobalVariable("llvm.compiler.used"), llvmUsedValues);
lib/Transforms/Instrumentation/AddressSanitizer.cpp 1778 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");
lib/Transforms/Instrumentation/InstrProfiling.cpp 987 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName()))
lib/Transforms/ObjCARC/ObjCARCAPElim.cpp 145 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");
lib/Transforms/Utils/CtorUtils.cpp 81 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");
lib/Transforms/Utils/ModuleUtils.cpp 72 GlobalVariable *GV = M.getGlobalVariable(Name);
tools/bugpoint/CrashDebugger.cpp 212 auto *UsedVar = M->getGlobalVariable(Name, true);
tools/clang/lib/CodeGen/BackendUtil.cpp 1643 M->getGlobalVariable("llvm.embedded.module", true)) {
1666 M->getGlobalVariable("llvm.cmdline", true)) {
tools/clang/lib/CodeGen/CGObjCGNU.cpp 218 auto *ConstStr = TheModule.getGlobalVariable(name);
1292 auto *GV = TheModule.getGlobalVariable(Name);
1314 assert(!TheModule.getGlobalVariable(RefName));
1354 auto *OldGV = TheModule.getGlobalVariable(SymName);
1435 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName);
1643 auto *global = TheModule.getGlobalVariable(lateInit.first);
1838 llvm::GlobalVariable *OffsetVar = TheModule.getGlobalVariable(OffsetName);
2075 llvm::GlobalVariable *ClassSymbol = TheModule.getGlobalVariable(SymbolName);
2104 if (TheModule.getGlobalVariable(symbolRef))
2107 llvm::GlobalVariable *ClassSymbol = TheModule.getGlobalVariable(symbolName);
2394 CGM.getModule().getGlobalVariable("__objc_id_type_info");
2414 llvm::Constant *typeinfo = TheModule.getGlobalVariable(typeinfoName);
2424 auto *Vtable = TheModule.getGlobalVariable(vtableName);
3394 if (auto *symbol = TheModule.getGlobalVariable(classSymbolName)) {
3448 llvm::GlobalVariable *OffsetVar = TheModule.getGlobalVariable(OffsetName);
3835 TheModule.getGlobalVariable("_OBJC_CLASS_" + iter->first, true);
4085 llvm::Value *Offset = TheModule.getGlobalVariable(name);
tools/clang/lib/CodeGen/CGObjCMac.cpp 3604 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true);
3667 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true);
3694 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true);
3707 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true);
6520 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName);
6730 llvm::GlobalVariable *IvarOffsetGV = CGM.getModule().getGlobalVariable(Name);
7019 CGM.getModule().getGlobalVariable(TmpName.str(), true);
7178 = CGM.getModule().getGlobalVariable(messageRefName);
7265 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
7633 auto *IDEHType = CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id");
7711 auto *VTableGV = CGM.getModule().getGlobalVariable(VTableName);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 3210 M.getGlobalVariable(TransferMediumName);
tools/polly/lib/CodeGen/LoopGeneratorsKMP.cpp 448 GlobalVariable *SourceLocDummy = M->getGlobalVariable(LocName);
tools/polly/lib/CodeGen/PerfMonitor.cpp 37 GlobalVariable *GV = M->getGlobalVariable(Name);
74 *Location = M->getGlobalVariable(Name);
unittests/IR/ConstantsTest.cpp 402 GlobalVariable *G = M->getGlobalVariable("g");
unittests/IR/ValueTest.cpp 140 GlobalVariable *G0 = M->getGlobalVariable("g0");
142 GlobalVariable *G1 = M->getGlobalVariable("g1");
unittests/Transforms/Utils/CloningTest.cpp 804 GlobalVariable *NewGV = NewM->getGlobalVariable("gv");
809 GlobalVariable *NewGV = NewM->getGlobalVariable("gv");
855 GlobalVariable *NewGV = NewM->getGlobalVariable("gv");