Lines Matching defs:GV

98   GVMemoryBlock(const GlobalVariable *GV)  in GVMemoryBlock()
104 static char *Create(const GlobalVariable *GV, const DataLayout& TD) { in Create()
123 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV()
164 GlobalVariable *GV = M->getGlobalVariable(Name, AllowInternal); in FindGlobalVariableNamed() local
188 std::string ExecutionEngine::getMangledName(const GlobalValue *GV) { in getMangledName()
203 void ExecutionEngine::addGlobalMapping(const GlobalValue *GV, void *Addr) { in addGlobalMapping()
241 uint64_t ExecutionEngine::updateGlobalMapping(const GlobalValue *GV, in updateGlobalMapping()
292 void *ExecutionEngine::getPointerToGlobalIfAvailable(const GlobalValue *GV) { in getPointerToGlobalIfAvailable()
318 if (GlobalValue *GV = M->getNamedValue(Name)) in getGlobalValueAtAddress() local
370 GlobalVariable *GV = module.getNamedGlobal(Name); in runStaticConstructorsDestructors() local
565 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal()
663 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
669 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
675 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
682 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
688 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
693 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
708 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
724 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
742 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
751 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
759 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
799 GenericValue GV; in getConstantValue() local
924 else if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(C)) in getConstantValue() local
1223 for (const auto &GV : M->globals()) { in emitGlobals() local
1252 for (const auto &GV : M->globals()) { in emitGlobals() local
1283 for (const GlobalValue *GV : NonCanonicalGlobals) { in emitGlobals() local
1294 for (const auto &GV : M->globals()) { in emitGlobals() local
1311 void ExecutionEngine::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable()