Home
last modified time | relevance | path

Searched refs:getGlobalVariable (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h391 GlobalVariable *getGlobalVariable(StringRef Name) const { in getGlobalVariable() function
392 return getGlobalVariable(Name, false); in getGlobalVariable()
395 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
397 GlobalVariable *getGlobalVariable(StringRef Name,
399 return static_cast<const Module *>(this)->getGlobalVariable(Name,
407 return getGlobalVariable(Name, true); in getNamedGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp138 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in mergeConstants()
139 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in mergeConstants()
DStripSymbols.cpp208 findUsedValues(M.getGlobalVariable("llvm.used"), llvmUsedValues); in StripSymbolNames()
209 findUsedValues(M.getGlobalVariable("llvm.compiler.used"), llvmUsedValues); in StripSymbolNames()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp146 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCtorUtils.cpp81 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in findGlobalCtors()
DSymbolRewriter.cpp218 GlobalVariable, &Module::getGlobalVariable>;
239 GlobalVariable, &Module::getGlobalVariable,
DModuleUtils.cpp73 GlobalVariable *GV = M.getGlobalVariable(Name); in appendToUsedList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp63 GlobalVariable *GV = M.getGlobalVariable("llvm.global_dtors"); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp189 GlobalVariable *Module::getGlobalVariable(StringRef Name, in getGlobalVariable() function in Module
617 GlobalVariable *GV = M.getGlobalVariable(Name); in collectUsedGlobalVariables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp306 GlobalVariable *G = M->getGlobalVariable(DemangledName); in findModuleForSymbol()
475 GlobalVariable *GV = (*I)->getGlobalVariable(Name, AllowInternal); in FindGlobalVariableNamedInModulePtrSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp207 Head = M.getGlobalVariable("llvm_gc_root_chain"); in doInitialization()
DGlobalMerge.cpp568 const GlobalVariable *GV = M.getGlobalVariable(Name); in collectUsedGlobalVariables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp988 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
DAddressSanitizer.cpp1779 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in createInitializerPoisonCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp167 GlobalVariable *GV = Modules[i]->getGlobalVariable(Name,AllowInternal); in FindGlobalVariableNamed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4761 M.getGlobalVariable("llvm.embedded.module", true)) { in EmbedBitcodeInModule()
4783 if (llvm::GlobalVariable *Old = M.getGlobalVariable("llvm.cmdline", true)) { in EmbedBitcodeInModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp13241 return M.getGlobalVariable("__security_cookie"); in getSDagStackGuard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp16844 return M.getGlobalVariable("__security_cookie"); in getSDagStackGuard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2514 return M.getGlobalVariable("__security_cookie"); in getSDagStackGuard()