Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h85 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
DRuntimeDyldMachO.h127 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
/external/llvm/include/llvm/IR/
DGlobalObject.h57 const char *getSection() const { return Section.c_str(); } in getSection() function
/external/llvm/include/llvm/MC/
DMCSymbol.h135 const MCSection &getSection() const { in getSection() function
DMCAssembler.h623 const MCSection &getSection() const { return *Section; } in getSection() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h136 const MCSection *getSection() const { in getSection() function
/external/llvm/include/llvm/Object/
DELF.h523 ELFFile<ELFT>::getSection(const Elf_Sym *symb) const { in getSection() function
853 ELFFile<ELFT>::getSection(uint32_t index) const { in getSection() function
DObjectFile.h343 inline std::error_code SymbolRef::getSection(section_iterator &Result) const { in getSection() function
/external/llvm/lib/IR/
DGlobals.cpp102 const char *GlobalValue::getSection() const { in getSection() function in GlobalValue
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp292 static void getSection(const MachOObjectFile *Obj, in getSection() function
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js131 function getSection() { function
/external/llvm/lib/Object/
DMachOObjectFile.cpp2260 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in MachOObjectFile
2274 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in MachOObjectFile
DCOFFObjectFile.cpp876 std::error_code COFFObjectFile::getSection(int32_t Index, in getSection() function in COFFObjectFile