Home
last modified time | relevance | path

Searched defs:getSection (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
DRuntimeDyldMachO.h131 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
/external/llvm/include/llvm/IR/
DGlobalObject.h59 const char *getSection() const { return Section.c_str(); } in getSection() function
/external/llvm/tools/dsymutil/
DMachOUtils.cpp203 getSection(const object::MachOObjectFile &Obj, in getSection() function
210 getSection(const object::MachOObjectFile &Obj, in getSection() function
/external/llvm/include/llvm/Object/
DELF.h237 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in getSection() function
453 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function
DObjectFile.h325 inline ErrorOr<section_iterator> SymbolRef::getSection() const { in getSection() function
DELFObjectFile.h309 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h123 MCSection *getSection() const { in getSection() function
/external/llvm/lib/IR/
DGlobals.cpp101 const char *GlobalValue::getSection() const { in getSection() function in GlobalValue
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js131 function getSection() { function
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp304 static void getSection(const MachOObjectFile *Obj, in getSection() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp1961 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in MachOObjectFile
1971 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in MachOObjectFile
DCOFFObjectFile.cpp833 std::error_code COFFObjectFile::getSection(int32_t Index, in getSection() function in COFFObjectFile