Searched defs:getSectionName (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSectionCOFF.h52 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionCOFF
H A DMCSectionELF.h58 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionELF
H A DMCSectionMachO.h140 StringRef getSectionName() const { function in class:llvm::MCSectionMachO
/external/llvm/include/llvm/MC/
H A DMCSectionMachO.h48 StringRef getSectionName() const { function in class:llvm::final
H A DMCSectionCOFF.h69 StringRef getSectionName() const { return SectionName; } function in class:llvm::final
H A DMCSectionELF.h74 StringRef getSectionName() const { return SectionName; } function in class:llvm::final
/external/swiftshader/third_party/subzero/src/
H A DIceSwitchLowering.h107 std::string getSectionName() const { return createSectionName(FuncName); } function in class:Ice::JumpTableData
/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp287 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp341 error_code MachOObjectFile::getSectionName(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
H A DELFObjectFile.cpp337 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
665 ::getSectionName(DataRefImpl Sec, function in class:ELFObjectFile
/external/llvm/include/llvm/Object/
H A DELF.h204 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
486 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { function in class:llvm::object::ELFFile
H A DELFObjectFile.h223 std::error_code getSectionName(DataRefImpl Sec,
564 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
566 ErrorOr<StringRef> Name = EF.getSectionName(&*getSection(Sec));
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp261 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, function in class:COFFObjectFile
264 return getSectionName(Sec, Result);
988 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp601 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, function in class:MachOObjectFile
712 if (!getSectionName(Sec, SectName))
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1217 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, function
1221 if (std::error_code EC = Obj->getSectionName(Section, SectionName))
1251 getSectionName(Obj, Symbol.getSectionNumber(), Section);
1322 ErrorOr<StringRef> Res = getSectionName(Obj, AuxNumber, Assoc);

Completed in 394 milliseconds