HomeSort by relevance Sort by last modified time
    Searched refs:GlobalAliasVal (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalAlias.h 81 return V->getValueID() == Value::GlobalAliasVal;
Value.h 202 GlobalAliasVal, // This is an instance of GlobalAlias
377 return Val.getValueID() == Value::GlobalAliasVal;
GlobalValue.h 286 V->getValueID() == Value::GlobalAliasVal;
  /external/llvm/include/llvm/IR/
GlobalAlias.h 88 return V->getValueID() == Value::GlobalAliasVal;
GlobalIndirectSymbol.h 70 return V->getValueID() == Value::GlobalAliasVal ||
GlobalValue.h 510 V->getValueID() == Value::GlobalAliasVal ||
Value.h 758 return Val.getValueID() == Value::GlobalAliasVal;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Globals.cpp 192 : GlobalValue(Ty, Value::GlobalAliasVal, &Op<0>(), 1, Link, Name) {
  /external/llvm/lib/IR/
Globals.cpp 327 : GlobalIndirectSymbol(Ty, Value::GlobalAliasVal, AddressSpace, Link, Name,

Completed in 244 milliseconds