HomeSort by relevance Sort by last modified time
    Searched defs:section_iterator (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Object/
ObjectFile.h 36 typedef content_iterator<SectionRef> section_iterator; typedef in namespace:llvm::object
107 section_iterator getRelocatedSection() const;
151 Expected<section_iterator> getSection() const;
206 virtual Expected<section_iterator>
228 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
252 virtual section_iterator section_begin() const = 0;
253 virtual section_iterator section_end() const = 0;
255 typedef iterator_range<section_iterator> section_iterator_range;
331 inline Expected<section_iterator> SymbolRef::getSection() const {
419 inline section_iterator SectionRef::getRelocatedSection() const
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 199 typedef content_iterator<SectionRef> section_iterator; typedef in namespace:llvm::object
276 virtual section_iterator begin_sections() const = 0;
277 virtual section_iterator end_sections() const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 39 typedef content_iterator<SectionRef> section_iterator; typedef in namespace:llvm::object
110 section_iterator getRelocatedSection() const;
154 Expected<section_iterator> getSection() const;
209 virtual Expected<section_iterator>
231 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
255 virtual section_iterator section_begin() const = 0;
256 virtual section_iterator section_end() const = 0;
258 typedef iterator_range<section_iterator> section_iterator_range;
344 inline Expected<section_iterator> SymbolRef::getSection() const {
432 inline section_iterator SectionRef::getRelocatedSection() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 39 typedef content_iterator<SectionRef> section_iterator; typedef in namespace:llvm::object
110 section_iterator getRelocatedSection() const;
154 Expected<section_iterator> getSection() const;
209 virtual Expected<section_iterator>
231 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
255 virtual section_iterator section_begin() const = 0;
256 virtual section_iterator section_end() const = 0;
258 typedef iterator_range<section_iterator> section_iterator_range;
344 inline Expected<section_iterator> SymbolRef::getSection() const {
432 inline section_iterator SectionRef::getRelocatedSection() const
    [all...]

Completed in 199 milliseconds