Home
last modified time | relevance | path

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

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