Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp206 function_ref<GlobalVariable *()> CreateGlobalCallback) { in getOrInsertGlobal() argument
210 GV = CreateGlobalCallback(); in getOrInsertGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h437 function_ref<GlobalVariable *()> CreateGlobalCallback);