• Home
  • Raw
  • Download

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 = Modules[i]->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 = Modules[i]->getNamedValue(Name)) in getGlobalValueAtAddress() local
370 GlobalVariable *GV = module.getNamedGlobal(Name); in runStaticConstructorsDestructors() local
565 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal()
651 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
657 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
663 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
670 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
676 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
681 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
696 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
712 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
730 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
739 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
747 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
787 GenericValue GV; in getConstantValue() local
906 else if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(C)) in getConstantValue() local
1198 for (const auto &GV : M.globals()) { in emitGlobals() local
1228 for (const auto &GV : M.globals()) { in emitGlobals() local
1260 const GlobalValue *GV = NonCanonicalGlobals[i]; in emitGlobals() local
1271 for (const auto &GV : M.globals()) { in emitGlobals() local
1288 void ExecutionEngine::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable()