Searched defs:isExternallyInitialized (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h156 bool isExternallyInitialized() const { function in class:llvm::GlobalVariable
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp333 GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, ThreadLocalMode TLMode, unsigned AddressSpace, bool isExternallyInitialized) argument
352 GlobalVariable(Module &M, Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, GlobalVariable *Before, ThreadLocalMode TLMode, Optional<unsigned> AddressSpace, bool isExternallyInitialized) argument

Completed in 217 milliseconds