Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp202 function_ref<GlobalVariable *()> CreateGlobalCallback) { in getOrInsertGlobal() argument
206 GV = CreateGlobalCallback(); in getOrInsertGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h464 function_ref<GlobalVariable *()> CreateGlobalCallback);