Lines Matching defs:GV

89   GVMemoryBlock(const GlobalVariable *GV)  in GVMemoryBlock()
95 static char *Create(const GlobalVariable *GV, const TargetData& TD) { in Create()
116 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV()
160 void ExecutionEngine::addGlobalMapping(const GlobalValue *GV, void *Addr) { in addGlobalMapping()
195 void *ExecutionEngine::updateGlobalMapping(const GlobalValue *GV, void *Addr) { in updateGlobalMapping()
222 void *ExecutionEngine::getPointerToGlobalIfAvailable(const GlobalValue *GV) { in getPointerToGlobalIfAvailable()
301 GlobalVariable *GV = module->getNamedGlobal(Name); in runStaticConstructorsDestructors() local
503 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal()
557 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
563 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
569 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
576 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
582 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
587 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
602 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
618 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
636 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
642 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
651 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
691 GenericValue GV; in getConstantValue() local
803 else if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(C)) in getConstantValue() local
995 const GlobalValue *GV = I; in emitGlobals() local
1060 const GlobalValue *GV = NonCanonicalGlobals[i]; in emitGlobals() local
1089 void ExecutionEngine::EmitGlobalVariable(const GlobalVariable *GV) { in EmitGlobalVariable()