Lines Matching defs:GV
99 GVMemoryBlock(const GlobalVariable *GV) in GVMemoryBlock()
105 static char *Create(const GlobalVariable *GV, const DataLayout& TD) { in Create()
124 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV()
165 GlobalVariable *GV = Modules[i]->getGlobalVariable(Name,AllowInternal); in FindGlobalVariableNamed() local
189 std::string ExecutionEngine::getMangledName(const GlobalValue *GV) { in getMangledName()
204 void ExecutionEngine::addGlobalMapping(const GlobalValue *GV, void *Addr) { in addGlobalMapping()
242 uint64_t ExecutionEngine::updateGlobalMapping(const GlobalValue *GV, in updateGlobalMapping()
293 void *ExecutionEngine::getPointerToGlobalIfAvailable(const GlobalValue *GV) { in getPointerToGlobalIfAvailable()
319 if (GlobalValue *GV = Modules[i]->getNamedValue(Name)) in getGlobalValueAtAddress() local
370 GlobalVariable *GV = module.getNamedGlobal(Name); in runStaticConstructorsDestructors() local
572 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal()
655 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
661 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
667 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
674 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
680 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
685 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
700 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
716 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
734 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
743 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
751 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
791 GenericValue GV; in getConstantValue() local
907 else if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(C)) in getConstantValue() local
1246 for (const auto &GV : M.globals()) { in emitGlobals() local
1276 for (const auto &GV : M.globals()) { in emitGlobals() local
1308 const GlobalValue *GV = NonCanonicalGlobals[i]; in emitGlobals() local
1319 for (const auto &GV : M.globals()) { in emitGlobals() local
1336 void ExecutionEngine::EmitGlobalVariable(const GlobalVariable *GV) { in EmitGlobalVariable()