Searched defs:getSection (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/IR/
H A DGlobalObject.h44 bool hasSection() const { return !StringRef(getSection()).empty(); }
45 const char *getSection() const { return Section.c_str(); } function in class:llvm::GlobalObject
/external/llvm/include/llvm/MC/
H A DMCSymbol.h109 /// getSection - Get the section associated with a defined, non-absolute
111 const MCSection &getSection() const { function in class:llvm::MCSymbol
H A DMCAssembler.h622 const MCSection &getSection() const { return *Section; } function in class:llvm::MCSectionData
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js131 function getSection() { function
152 var cookiePath = getSection() + "_";
242 var section = getSection();
299 var section = getSection();
/external/llvm/lib/IR/
H A DGlobals.cpp88 setSection(GV->getSection());
91 const char *GlobalValue::getSection() const { function in class:GlobalValue
95 return GO->getSection();
98 return cast<GlobalObject>(this)->getSection();
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp158 static void getSection(const MachOObjectFile *Obj, function
162 MachO::section Sect = Obj->getSection(Sec);
223 getSection(Obj, Section.getRawDataRefImpl(), MOSection);
387 if (!error(Symbol.getSection(SecI)) && SecI != Obj->section_end())
/external/llvm/include/llvm/Object/
H A DObjectFile.h155 std::error_code getSection(section_iterator &Result) const;
378 inline std::error_code SymbolRef::getSection(section_iterator &Result) const { function in class:llvm::object::SymbolRef
H A DELF.h406 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
407 const Elf_Shdr *getSection(uint32_t Index) const;
523 ELFFile<ELFT>::getSection(const Elf_Sym *symb) const { function in class:llvm::object::ELFFile
525 return getSection(ExtendedSymbolTable.lookup(symb));
528 return getSection(symb->st_shndx);
589 const Elf_Shdr *SymTable = getSection(Sec->sh_link);
672 dot_strtab_sec = getSection(Sec.sh_link);
681 const Elf_Shdr *DynStr = getSection(Sec.sh_link);
717 dot_shstrtab_sec = getSection(getStringTableIndex());
840 return getEntry<T>(getSection(Sectio
853 ELFFile<ELFT>::getSection(uint32_t index) const { function in class:llvm::object::ELFFile
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h169 const MCSection *getSection() const { function in class:llvm::DwarfUnit
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp143 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
168 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
213 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
233 if (std::error_code EC = getSection(Symb->SectionNumber, Sec))
342 if (std::error_code EC = getSection(Symb->SectionNumber, SymbSec))
733 std::error_code COFFObjectFile::getSection(int32_t Index, function in class:COFFObjectFile
H A DMachOObjectFile.cpp421 MachO::section Sect = O->getSection(Sec);
681 MachO::section Sect = getSection(Sec);
693 MachO::section Sect = getSection(Sec);
710 MachO::section Sect = getSection(Sec);
726 MachO::section Sect = getSection(Sec);
832 MachO::section Sect = getSection(Sec);
1772 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { function in class:llvm::object::MachOObjectFile
1780 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, function in class:llvm::object::MachOObjectFile
1844 MachO::section Sect = getSection(Sec);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 4108 milliseconds