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 147 llvm::Constant *Aliasee = Ref;
149 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
153 new llvm::GlobalAlias(AliasType, Linkage, "", Aliasee, &getModule());
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp 534 "Aliasee cannot be NULL!", &GA);
536 "Alias and aliasee types should match!", &GA);
539 Constant *Aliasee = GA.getAliasee();
541 if (!isa<GlobalValue>(Aliasee)) {
542 ConstantExpr *CE = dyn_cast<ConstantExpr>(Aliasee);
547 "Aliasee should be either GlobalValue or bitcast of GlobalValue",
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 175 milliseconds