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

  /external/llvm/unittests/IR/
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 887 // GlobalAlias::isDeclaration() defers to the aliasee, but for our
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp 459 "Aliasee cannot be NULL!", &GA);
461 "Alias and aliasee types should match!", &GA);
470 "Aliasee should be either GlobalValue or bitcast of GlobalValue",
474 const GlobalValue* Aliasee = GA.resolveAliasedGlobal(/*stopOnWeak*/ false);
475 Assert1(Aliasee,
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 3159 milliseconds