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

/external/llvm/include/llvm/MC/
H A DMCSymbol.h108 /// getSection - Get the section associated with a defined, non-absolute
110 const MCSection &getSection() const { function in class:llvm::MCSymbol
H A DMCAssembler.h470 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/CodeGen/
H A DELFWriter.h152 /// getSection - Return the section with the specified name, creating a new
154 ELFSection &getSection(const std::string &Name, unsigned Type, function in class:llvm::ELFWriter
170 return getSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0, 1);
174 return getSection(".symtab", ELF::SHT_SYMTAB, 0);
178 return getSection(".strtab", ELF::SHT_STRTAB, 0, 1);
182 return getSection(".shstrtab", ELF::SHT_STRTAB, 0, 1);
186 return getSection("", ELF::SHT_NULL, 0);
/external/llvm/include/llvm/Object/
H A DObjectFile.h209 error_code getSection(section_iterator &Result) const;
373 inline error_code SymbolRef::getSection(section_iterator &Result) const { function in class:llvm::object::SymbolRef
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp108 if (error_code ec = getSection(symb->SectionNumber, Section))
126 if (error_code ec = getSection(symb->SectionNumber, Section))
185 if (error_code ec = getSection(symb->SectionNumber, Section))
218 if (error_code ec = getSection(symb->SectionNumber, Section))
285 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec;
390 if (error_code ec = getSection(symb->SectionNumber, symb_sec)) return ec;
548 error_code COFFObjectFile::getSection(int32_t index, function in class:COFFObjectFile
H A DMachOObjectFile.cpp360 MachOObjectFile::getSection(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
429 getSection(DRI, Sect);
443 getSection(DRI, Sect);
457 getSection(DRI, Sect);
471 getSection(DRI, Sect);
485 getSection(DRI, Sect);
549 getSection(Sec, Sect);
584 getSection(Sections[Rel.d.b], Sect);
604 getSection(Sections[Rel.d.b], Sect);
658 getSection(Section
[all...]
H A DELFObjectFile.cpp307 return getSection(Rel.w.b);
317 const Elf_Shdr *getSection(DataRefImpl index) const;
318 const Elf_Shdr *getSection(uint32_t index) const;
383 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
455 ::getSection(const Elf_Sym *symb) const { function in class:ELFObjectFile
457 return getSection(ExtendedSymbolTable.lookup(symb));
460 return getSection(symb->st_shndx);
479 default: Section = getSection(symb);
513 default: Section = getSection(symb);
552 const Elf_Shdr *Section = getSection(sym
1379 ELFObjectFile<target_endianness, is64Bits>::getSection(DataRefImpl Symb) const { function in class:ELFObjectFile
1389 ELFObjectFile<target_endianness, is64Bits>::getSection(uint32_t index) const { function in class:ELFObjectFile
[all...]
/external/llvm/include/llvm/
H A DGlobalValue.h98 const std::string &getSection() const { return Section; } function in class:llvm::GlobalValue

Completed in 213 milliseconds