Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModule.cpp207 function_ref<GlobalVariable *()> CreateGlobalCallback) { in getOrInsertGlobal() argument
211 GV = CreateGlobalCallback(); in getOrInsertGlobal()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h443 function_ref<GlobalVariable *()> CreateGlobalCallback);