Searched defs:getOrInsertGlobal (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Module.cpp | 200 Constant *Module::getOrInsertGlobal( getOrInsertGlobal() function in Module |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | MemorySanitizer.cpp | 830 static Constant *getOrInsertGlobal(Module &M, StringRef Name, Type *Ty) { getOrInsertGlobal() function |