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 677 // GlobalAlias::isDeclaration() defers to the aliasee, but for our
776 llvm::Constant *Aliasee;
778 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GlobalDecl(),
781 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
784 llvm::GlobalValue* F = cast<llvm::GlobalValue>(Aliasee);
789 return Aliasee;
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
Verifier.cpp 453 "Aliasee cannot be NULL!", &GA);
455 "Alias and aliasee types should match!", &GA);
464 "Aliasee should be either GlobalValue or bitcast of GlobalValue",
468 const GlobalValue* Aliasee = GA.resolveAliasedGlobal(/*stopOnWeak*/ false);
469 Assert1(Aliasee,
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 574 milliseconds