Home
last modified time | relevance | path

Searched refs:createGlobalValue (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DNucleus.hpp199 static llvm::GlobalValue *createGlobalValue(llvm::Type *Ty, bool isConstant, unsigned int Align);
2793 globalPointer = Nucleus::createGlobalValue(T::getType(), false, alignment); in Pointer()
DNucleus.cpp751 llvm::GlobalValue *Nucleus::createGlobalValue(llvm::Type *Ty, bool isConstant, unsigned int Align) in createGlobalValue() function in sw::Nucleus