HomeSort by: relevance | last modified time | path
    Searched defs:getEntry (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPSearchResult.cpp 48 const LDAPEntry* LDAPSearchResult::getEntry() const{
49 DEBUG(LDAP_DEBUG_TRACE,"LDAPSearchResult::getEntry()" << endl);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
NonRelocatableStringpool.cpp 13 DwarfStringPoolEntryRef NonRelocatableStringpool::getEntry(StringRef S) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.cpp 39 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 59 DwarfStringPoolEntry getEntry() const { return getMapEntry()->getValue(); }
DbgEntityHistoryCalculator.h 108 Entry &getEntry(InlinedEntity Var, EntryIndex Index) {
DIE.h 321 DIE &getEntry() const { return *Entry; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Assembler.h 69 BasicBlockFiller getEntry() { return Entry; }
  /src/external/gpl3/binutils/dist/gprofng/src/
CacheMap.h 71 Entry *getEntry (Key_t key);
134 Entry *entry = getEntry (key);
142 CacheMap<Key_t, Value_t>::getEntry (Key_t key)
159 Entry *entry = getEntry (key);
176 Entry *entry = getEntry (key);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CacheMap.h 71 Entry *getEntry (Key_t key);
134 Entry *entry = getEntry (key);
142 CacheMap<Key_t, Value_t>::getEntry (Key_t key)
159 Entry *entry = getEntry (key);
176 Entry *entry = getEntry (key);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
RegionInfo.h 174 inline BlockT *getEntry() const { return entry.getPointer(); }
322 BlockT *getEntry() const {
323 return RegionNodeBase<Tr>::getEntry();
390 /// @return A region also starting at getEntry(), but reaching to the next
391 /// basic block that forms with getEntry() a (non-canonical) region.
459 return contains(SubRegion->getEntry()) &&
609 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
614 return const_block_iterator(getEntry(), getExit());
998 return getEntry();
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h 645 const CFGBlock *getEntry() const {
648 return &(CalleeCFG->getEntry());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h 197 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
199 Expected<const T *> getEntry(const Elf_Shdr &Section, uint32_t Entry) const;
633 return getEntry<Elf_Sym>(*SymTab, Index);
816 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section,
821 return getEntry<T>(**SecOrErr, Entry);
826 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr &Section,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 1078 const Entry &getEntry(uint32_t I) const { return getCutoffEntryBase()[I]; }

Completed in 68 milliseconds