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

1234567891011>>

/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
H A DELF.h92 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
94 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
327 return getEntry<Elf_Sym>(SymTab, Index);
394 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
399 return getEntry<T>(*SecOrErr, Entry);
404 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
H A DELF.h92 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
94 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
327 return getEntry<Elf_Sym>(SymTab, Index);
394 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
399 return getEntry<T>(*SecOrErr, Entry);
404 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DRegionInfo.h175 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
323 BlockT *getEntry() const { function in class:llvm::RegionBase
324 return RegionNodeBase<Tr>::getEntry();
391 /// @return A region also starting at getEntry(), but reaching to the next
392 /// basic block that forms with getEntry() a (non-canonical) region.
460 return contains(SubRegion->getEntry()) &&
611 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
616 return const_block_iterator(getEntry(), getExit());
1002 return getEntry();
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
H A DELF.h94 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
96 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
333 return getEntry<Elf_Sym>(SymTab, Index);
404 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
409 return getEntry<T>(*SecOrErr, Entry);
414 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DRegionInfo.h175 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
323 BlockT *getEntry() const { function in class:llvm::RegionBase
324 return RegionNodeBase<Tr>::getEntry();
391 /// @return A region also starting at getEntry(), but reaching to the next
392 /// basic block that forms with getEntry() a (non-canonical) region.
460 return contains(SubRegion->getEntry()) &&
611 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
616 return const_block_iterator(getEntry(), getExit());
1002 return getEntry();
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
H A DELF.h94 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
96 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
333 return getEntry<Elf_Sym>(SymTab, Index);
404 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
409 return getEntry<T>(*SecOrErr, Entry);
414 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DRegionInfo.h175 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
323 BlockT *getEntry() const { function in class:llvm::RegionBase
324 return RegionNodeBase<Tr>::getEntry();
391 /// @return A region also starting at getEntry(), but reaching to the next
392 /// basic block that forms with getEntry() a (non-canonical) region.
460 return contains(SubRegion->getEntry()) &&
611 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
616 return const_block_iterator(getEntry(), getExit());
1002 return getEntry();
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
H A DELF.h94 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
96 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
333 return getEntry<Elf_Sym>(SymTab, Index);
404 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
409 return getEntry<T>(*SecOrErr, Entry);
414 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DRegionInfo.h175 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
323 BlockT *getEntry() const { function in class:llvm::RegionBase
324 return RegionNodeBase<Tr>::getEntry();
391 /// @return A region also starting at getEntry(), but reaching to the next
392 /// basic block that forms with getEntry() a (non-canonical) region.
460 return contains(SubRegion->getEntry()) &&
611 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
616 return const_block_iterator(getEntry(), getExit());
1002 return getEntry();
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
H A DELF.h94 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
96 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
333 return getEntry<Elf_Sym>(SymTab, Index);
404 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
409 return getEntry<T>(*SecOrErr, Entry);
414 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
H A DELF.h92 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
94 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
327 return getEntry<Elf_Sym>(SymTab, Index);
394 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
399 return getEntry<T>(*SecOrErr, Entry);
404 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
H A DELF.h92 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
94 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
327 return getEntry<Elf_Sym>(SymTab, Index);
394 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
399 return getEntry<T>(*SecOrErr, Entry);
404 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DRegionInfo.h175 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
323 BlockT *getEntry() const { function in class:llvm::RegionBase
324 return RegionNodeBase<Tr>::getEntry();
391 /// @return A region also starting at getEntry(), but reaching to the next
392 /// basic block that forms with getEntry() a (non-canonical) region.
460 return contains(SubRegion->getEntry()) &&
611 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
616 return const_block_iterator(getEntry(), getExit());
1002 return getEntry();
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
H A DELF.h94 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
96 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
333 return getEntry<Elf_Sym>(SymTab, Index);
404 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
409 return getEntry<T>(*SecOrErr, Entry);
414 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DRegionInfo.h175 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
323 BlockT *getEntry() const { function in class:llvm::RegionBase
324 return RegionNodeBase<Tr>::getEntry();
391 /// @return A region also starting at getEntry(), but reaching to the next
392 /// basic block that forms with getEntry() a (non-canonical) region.
460 return contains(SubRegion->getEntry()) &&
611 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
616 return const_block_iterator(getEntry(), getExit());
1002 return getEntry();
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
H A DELF.h94 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
96 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
333 return getEntry<Elf_Sym>(SymTab, Index);
404 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
409 return getEntry<T>(*SecOrErr, Entry);
414 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DRegionInfo.h175 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
323 BlockT *getEntry() const { function in class:llvm::RegionBase
324 return RegionNodeBase<Tr>::getEntry();
391 /// @return A region also starting at getEntry(), but reaching to the next
392 /// basic block that forms with getEntry() a (non-canonical) region.
460 return contains(SubRegion->getEntry()) &&
611 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
616 return const_block_iterator(getEntry(), getExit());
1002 return getEntry();
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
H A DELF.h94 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
96 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
333 return getEntry<Elf_Sym>(SymTab, Index);
404 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
409 return getEntry<T>(*SecOrErr, Entry);
414 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DRegionInfo.h175 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
323 BlockT *getEntry() const { function in class:llvm::RegionBase
324 return RegionNodeBase<Tr>::getEntry();
391 /// @return A region also starting at getEntry(), but reaching to the next
392 /// basic block that forms with getEntry() a (non-canonical) region.
460 return contains(SubRegion->getEntry()) &&
611 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
616 return const_block_iterator(getEntry(), getExit());
1002 return getEntry();
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
H A DELF.h94 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
96 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
333 return getEntry<Elf_Sym>(SymTab, Index);
404 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
409 return getEntry<T>(*SecOrErr, Entry);
414 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DRegionInfo.h169 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
316 BlockT *getEntry() const { function in class:llvm::RegionBase
317 return RegionNodeBase<Tr>::getEntry();
384 /// @return A region also starting at getEntry(), but reaching to the next
385 /// basic block that forms with getEntry() a (non-canonical) region.
448 return contains(SubRegion->getEntry()) &&
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
603 return const_block_iterator(getEntry(), getExit());
967 return getEntry();
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
H A DELF.h82 Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;
84 Expected<const T *> getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
320 return getEntry<Elf_Sym>(SymTab, Index);
387 Expected<const T *> ELFFile<ELFT>::getEntry(uint32_t Section, function in class:llvm::object::ELFFile
392 return getEntry<T>(*SecOrErr, Entry);
397 Expected<const T *> ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DRegionInfo.h169 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
316 BlockT *getEntry() const { function in class:llvm::RegionBase
317 return RegionNodeBase<Tr>::getEntry();
384 /// @return A region also starting at getEntry(), but reaching to the next
385 /// basic block that forms with getEntry() a (non-canonical) region.
448 return contains(SubRegion->getEntry()) &&
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
603 return const_block_iterator(getEntry(), getExit());
983 return getEntry();
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DRegionInfo.h169 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
316 BlockT *getEntry() const { function in class:llvm::RegionBase
317 return RegionNodeBase<Tr>::getEntry();
384 /// @return A region also starting at getEntry(), but reaching to the next
385 /// basic block that forms with getEntry() a (non-canonical) region.
448 return contains(SubRegion->getEntry()) &&
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
603 return const_block_iterator(getEntry(), getExit());
983 return getEntry();
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DRegionInfo.h169 inline BlockT *getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNodeBase
316 BlockT *getEntry() const { function in class:llvm::RegionBase
317 return RegionNodeBase<Tr>::getEntry();
384 /// @return A region also starting at getEntry(), but reaching to the next
385 /// basic block that forms with getEntry() a (non-canonical) region.
448 return contains(SubRegion->getEntry()) &&
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
603 return const_block_iterator(getEntry(), getExit());
967 return getEntry();

Completed in 425 milliseconds

1234567891011>>