Home
last modified time | relevance | path

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

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