Searched defs:getEntry (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DRegionInfo.h105 inline BasicBlock* getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNode
255 BasicBlock *getEntry() const { return RegionNode::getEntry(); } function in class:llvm::Region
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h390 DIE *getEntry() const { return Entry; } function in class:llvm::DIEEntry
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DELF.h829 const T *ELFFile<ELFT>::getEntry(uint32_t Section, uint32_t Entry) const { function in class:llvm::object::ELFFile
835 const T *ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h760 CFGBlock & getEntry() { return *Entry; } function in class:clang::CFGBlock::CFG
761 const CFGBlock & getEntry() const { return *Entry; } function in class:clang::CFGBlock::CFG
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8233 InheritingConstructor &getEntry(Sema &S, const CXXConstructorDecl *Ctor) { function in struct:__anon3271::InheritingConstructorInfo::InheritingConstructorsForType
8249 InheritingConstructor &getEntry(const CXXConstructorDecl *Ctor, function in class:__anon3271::InheritingConstructorInfo

Completed in 193 milliseconds