Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitFuture.h74 void installInGlobal(llvm::GlobalVariable *global);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp38 void ConstantInitFuture::installInGlobal(llvm::GlobalVariable *GV) { in installInGlobal() function in ConstantInitFuture