HomeSort by relevance Sort by last modified time
    Searched defs:Aliasee (Results 1 - 7 of 7) sorted by null

  /external/llvm/unittests/VMCore/
VerifierTest.cpp 52 GlobalVariable *Aliasee = new GlobalVariable(M, Ty, true,
57 "bar", Aliasee, &M);
  /external/clang/lib/CodeGen/
CGCXX.cpp 148 llvm::Constant *Aliasee = Ref;
150 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
154 new llvm::GlobalAlias(AliasType, Linkage, "", Aliasee, &getModule());
CodeGenModule.cpp 735 // GlobalAlias::isDeclaration() defers to the aliasee, but for our
834 llvm::Constant *Aliasee;
836 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GlobalDecl(),
839 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
842 llvm::GlobalValue* F = cast<llvm::GlobalValue>(Aliasee);
847 return Aliasee;
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
Verifier.cpp 455 "Aliasee cannot be NULL!", &GA);
457 "Alias and aliasee types should match!", &GA);
466 "Aliasee should be either GlobalValue or bitcast of GlobalValue",
470 const GlobalValue* Aliasee = GA.resolveAliasedGlobal(/*stopOnWeak*/ false);
471 Assert1(Aliasee,
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 356 milliseconds