HomeSort by relevance Sort by last modified time
    Searched defs:getAliasee (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/include/llvm/IR/
GlobalAlias.h 74 const Constant *getAliasee() const {
77 Constant *getAliasee() {
ModuleSummaryIndex.h 219 const GlobalValueSummary &getAliasee() const {
220 return const_cast<AliasSummary *>(this)->getAliasee();
223 GlobalValueSummary &getAliasee() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalAlias.h 74 const Constant *getAliasee() const {
77 Constant *getAliasee() {
ModuleSummaryIndex.h 235 const GlobalValueSummary &getAliasee() const {
240 GlobalValueSummary &getAliasee() {
242 static_cast<const AliasSummary *>(this)->getAliasee());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
ModuleSummaryIndex.h 249 const GlobalValueSummary &getAliasee() const {
254 GlobalValueSummary &getAliasee() {
256 static_cast<const AliasSummary *>(this)->getAliasee());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
ModuleSummaryIndex.h 249 const GlobalValueSummary &getAliasee() const {
254 GlobalValueSummary &getAliasee() {
256 static_cast<const AliasSummary *>(this)->getAliasee());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
ModuleSummaryIndex.h 262 const GlobalValueSummary &getAliasee() const {
267 GlobalValueSummary &getAliasee() {
269 static_cast<const AliasSummary *>(this)->getAliasee());
275 return &AS->getAliasee();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
ModuleSummaryIndex.h 262 const GlobalValueSummary &getAliasee() const {
267 GlobalValueSummary &getAliasee() {
269 static_cast<const AliasSummary *>(this)->getAliasee());
275 return &AS->getAliasee();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
ModuleSummaryIndex.h 262 const GlobalValueSummary &getAliasee() const {
267 GlobalValueSummary &getAliasee() {
269 static_cast<const AliasSummary *>(this)->getAliasee());
275 return &AS->getAliasee();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
ModuleSummaryIndex.h 262 const GlobalValueSummary &getAliasee() const {
267 GlobalValueSummary &getAliasee() {
269 static_cast<const AliasSummary *>(this)->getAliasee());
275 return &AS->getAliasee();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalAlias.h 74 const Constant *getAliasee() const {
77 Constant *getAliasee() {
ModuleSummaryIndex.h 235 const GlobalValueSummary &getAliasee() const {
240 GlobalValueSummary &getAliasee() {
242 static_cast<const AliasSummary *>(this)->getAliasee());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
GlobalAlias.h 78 const Constant *getAliasee() const {
81 Constant *getAliasee() {
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalAlias.h 59 /// set/getAliasee - These methods retrive and set alias target.
61 const Constant *getAliasee() const {
64 Constant *getAliasee() {

Completed in 2919 milliseconds

1 2