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

  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 129 /// findInfo - find the resolved ResolveInfo
130 ResolveInfo* NamePool::findInfo(const llvm::StringRef& pName) {
135 /// findInfo - find the resolved ResolveInfo
136 const ResolveInfo* NamePool::findInfo(const llvm::StringRef& pName) const {
143 ResolveInfo* info = findInfo(pName);
151 const ResolveInfo* info = findInfo(pName);
GNUArchiveReader.cpp 333 const ResolveInfo* info = m_Module.getNamePool().findInfo(pSymName);
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 81 /// findInfo - find the resolved ResolveInfo
82 const ResolveInfo* findInfo(const llvm::StringRef& pName) const;
83 ResolveInfo* findInfo(const llvm::StringRef& pName);
  /external/clang/lib/Analysis/
Consumed.cpp 468 InfoEntry findInfo(const Expr *E) {
471 ConstInfoEntry findInfo(const Expr *E) const {
512 ConstInfoEntry Entry = findInfo(StmtNode);
527 InfoEntry Entry = findInfo(From);
537 InfoEntry Entry = findInfo(From);
551 InfoEntry Entry = findInfo(From);
562 InfoEntry Entry = findInfo(To);
623 InfoEntry Entry = findInfo(Call->getArg(Index));
658 InfoEntry Entry = findInfo(ObjArg);
704 InfoEntry LEntry = findInfo(BinOp->getLHS())
    [all...]
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
ExternalCallNotifierTest.java 132 }).when(mContactInfoCache).findInfo(any(com.android.incallui.Call.class), anyBoolean(),
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 645 ResolveInfo* info = m_Module.getNamePool().findInfo(pName);
715 ResolveInfo* info = m_Module.getNamePool().findInfo(pName);
812 ResolveInfo* info = m_Module.getNamePool().findInfo(pName);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java 354 cache.findInfo(participantInfo.getCall(),
ExternalCallNotifier.java 187 mContactInfoCache.findInfo(incallCall, false /* isIncoming */,
ContactInfoCache.java 171 public void findInfo(final Call call, final boolean isIncoming,
CallCardPresenter.java 588 cache.findInfo(call, isIncoming, new ContactLookupCallback(this, isPrimary));
    [all...]
StatusBarNotifier.java 206 mContactInfoCache.findInfo(call, isIncoming, new ContactInfoCacheCallback() {
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 531 ResolveInfo* old_info = m_pModule->getNamePool().findInfo(symName);
    [all...]

Completed in 589 milliseconds