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/ |
D | Module.h | 391 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/ |
D | ConstantMerge.cpp | 138 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in mergeConstants() 139 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in mergeConstants()
|
D | StripSymbols.cpp | 208 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/ |
D | ObjCARCAPElim.cpp | 146 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/ |
D | CtorUtils.cpp | 81 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in findGlobalCtors()
|
D | SymbolRewriter.cpp | 218 GlobalVariable, &Module::getGlobalVariable>; 239 GlobalVariable, &Module::getGlobalVariable,
|
D | ModuleUtils.cpp | 73 GlobalVariable *GV = M.getGlobalVariable(Name); in appendToUsedList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 63 GlobalVariable *GV = M.getGlobalVariable("llvm.global_dtors"); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 189 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/ |
D | MCJIT.cpp | 306 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/ |
D | ShadowStackGCLowering.cpp | 207 Head = M.getGlobalVariable("llvm_gc_root_chain"); in doInitialization()
|
D | GlobalMerge.cpp | 568 const GlobalVariable *GV = M.getGlobalVariable(Name); in collectUsedGlobalVariables()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 988 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
|
D | AddressSanitizer.cpp | 1779 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in createInitializerPoisonCalls()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 167 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/ |
D | BitcodeWriter.cpp | 4761 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/ |
D | AArch64ISelLowering.cpp | 13241 return M.getGlobalVariable("__security_cookie"); in getSDagStackGuard()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 16844 return M.getGlobalVariable("__security_cookie"); in getSDagStackGuard()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 2514 return M.getGlobalVariable("__security_cookie"); in getSDagStackGuard()
|