Searched refs:createGlobalValue (Results 1 – 2 of 2) sorted by relevance
199 static llvm::GlobalValue *createGlobalValue(llvm::Type *Ty, bool isConstant, unsigned int Align);2793 globalPointer = Nucleus::createGlobalValue(T::getType(), false, alignment); in Pointer()
751 llvm::GlobalValue *Nucleus::createGlobalValue(llvm::Type *Ty, bool isConstant, unsigned int Align) in createGlobalValue() function in sw::Nucleus