HomeSort by relevance Sort by last modified time
    Searched refs:getKeyData (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetIntrinsicInfo.cpp 29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /external/llvm/include/llvm/Support/
StringPool.h 116 return S->getKeyData();
121 return S->getKeyData() + S->getKeyLength();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
StringPool.h 117 return S->getKeyData();
122 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 116 return S->getKeyData();
121 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 116 return S->getKeyData();
121 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
StringPool.h 118 return S->getKeyData();
123 return S->getKeyData() + S->getKeyLength();
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 29 << *VI.getValue()->getType() << "' Name = '" << VI.getKeyData()
75 //DEBUG(dbgs() << " Removing Value: " << V->getKeyData() << "\n");
87 //DEBUG(dbgs() << " Inserted value: " << Entry.getKeyData() << ": "
103 //DEBUG(dbgs() << " '" << I->getKeyData() << "' = ");
  /frameworks/base/core/java/android/text/method/
DialerKeyListener.java 85 if (event.getKeyData(kd)) {
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 100 return FilenamesByID[ID]->getKeyData();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.cpp 64 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1));
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h 130 return StringRef(getKeyData(), getKeyLength());
138 /// getKeyData - Return the start of the string data that is the key for this
141 const char *getKeyData() const {return reinterpret_cast<const char*>(this+1);}
143 StringRef first() const { return StringRef(getKeyData(), getKeyLength()); }
168 char *StrBuffer = const_cast<char*>(NewItem->getKeyData());
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ValueSymbolTable.cpp 29 << VI->getKeyData() << "'\n";
70 //DEBUG(dbgs() << " Removing Value: " << V->getKeyData() << "\n");
83 //DEBUG(dbgs() << " Inserted value: " << Entry.getKeyData() << ": "
113 //DEBUG(dbgs() << " '" << I->getKeyData() << "' = ");
  /external/llvm/include/llvm/ADT/
StringMap.h 134 return StringRef(getKeyData(), getKeyLength());
142 /// getKeyData - Return the start of the string data that is the key for this
145 const char *getKeyData() const {return reinterpret_cast<const char*>(this+1);}
147 StringRef first() const { return StringRef(getKeyData(), getKeyLength()); }
169 char *StrBuffer = const_cast<char*>(NewItem->getKeyData());

Completed in 4200 milliseconds

1 2 3 4