HomeSort by: relevance | last modified time | path
    Searched defs:createGlobal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantInitBuilder.cpp 67 ConstantInitBuilderBase::createGlobal(llvm::Constant *initializer,
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Program.cpp 115 if (auto Idx = createGlobal(VD)) {
134 if (auto Idx = createGlobal(PD, Ty, /*isStatic=*/true, /*isExtern=*/true)) {
141 llvm::Optional<unsigned> Program::createGlobal(const ValueDecl *VD) {
150 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern)) {
158 llvm::Optional<unsigned> Program::createGlobal(const Expr *E) {
159 return createGlobal(E, E->getType(), /*isStatic=*/true, /*isExtern=*/false);
162 llvm::Optional<unsigned> Program::createGlobal(const DeclTy &D, QualType Ty,

Completed in 24 milliseconds