Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
DRuntimeDyldMachO.h133 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h105 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
DRuntimeDyldMachO.h132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h275 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection() function
314 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in getSection() function
324 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols, in getSection() function
517 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function
526 ELFFile<ELFT>::getSection(const StringRef SectionName) const { in getSection() function
DObjectFile.h365 inline Expected<section_iterator> SymbolRef::getSection() const { in getSection() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h70 StringRef getSection() const { return Section; } in getSection() function
/external/llvm/include/llvm/IR/
DGlobalObject.h67 StringRef getSection() const { return Section; } in getSection() function
/external/skia/src/sksl/
DSkSLSectionAndParameterHelper.h43 const Section* getSection(const char* name) { in getSection() function
/external/skqp/src/sksl/
DSkSLSectionAndParameterHelper.h84 const Section* getSection(const char* name) { in getSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalObject.h90 StringRef getSection() const { in getSection() function
/external/llvm/tools/dsymutil/
DMachOUtils.cpp204 getSection(const object::MachOObjectFile &Obj, in getSection() function
211 getSection(const object::MachOObjectFile &Obj, in getSection() function
/external/llvm/include/llvm/Object/
DELF.h235 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in getSection() function
423 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function
DObjectFile.h331 inline Expected<section_iterator> SymbolRef::getSection() const { in getSection() function
DELFObjectFile.h317 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DMachOUtils.cpp219 getSection(const object::MachOObjectFile &Obj, in getSection() function
226 getSection(const object::MachOObjectFile &Obj, in getSection() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h117 MCSection *getSection() const { in getSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbol.h267 MCSection &getSection() const { in getSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp156 StringRef GlobalValue::getSection() const { in getSection() function in GlobalValue
/external/llvm/lib/IR/
DGlobals.cpp131 StringRef GlobalValue::getSection() const { in getSection() function in GlobalValue
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js131 function getSection() { function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp969 std::error_code COFFObjectFile::getSection(int32_t Index, in getSection() function in COFFObjectFile
982 std::error_code COFFObjectFile::getSection(StringRef SectionName, in getSection() function in COFFObjectFile
DMachOObjectFile.cpp1942 Expected<SectionRef> MachOObjectFile::getSection(unsigned SectionIndex) const { in getSection() function in MachOObjectFile
1951 Expected<SectionRef> MachOObjectFile::getSection(StringRef SectionName) const { in getSection() function in MachOObjectFile
4230 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in MachOObjectFile
4240 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in MachOObjectFile
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp304 static void getSection(const MachOObjectFile *Obj, in getSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp306 static void getSection(const MachOObjectFile *Obj, in getSection() function

12