Home
last modified time | relevance | path

Searched defs:getSectionName (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/include/llvm/MC/
DMCSectionMachO.h48 StringRef getSectionName() const { in getSectionName() function
DMCSectionCOFF.h69 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionELF.h74 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionMachO.h48 StringRef getSectionName() const { in getSectionName() function
DMCSectionCOFF.h72 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionWasm.h61 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionELF.h73 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionCOFF.h52 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionELF.h58 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionMachO.h140 StringRef getSectionName() const { in getSectionName() function
/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h107 std::string getSectionName() const { return createSectionName(FuncName); } in getSectionName() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h611 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
622 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section, in getSectionName() function
DIRSymtab.h223 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DELFObjectFile.h652 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h105 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/llvm/include/llvm/Object/
DELF.h486 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
DELFObjectFile.h564 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp287 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() function in COFFObjectFile
DMachOObjectFile.cpp341 error_code MachOObjectFile::getSectionName(DataRefImpl DRI, in getSectionName() function in llvm::object::MachOObjectFile
DELFObjectFile.cpp665 ::getSectionName(DataRefImpl Sec, in getSectionName() function in ELFObjectFile
/external/llvm/lib/Object/
DCOFFObjectFile.cpp261 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile
988 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp273 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile
1054 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
DWasmObjectFile.cpp1134 std::error_code WasmObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() function in WasmObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp808 SanitizerCoverageModule::getSectionName(const std::string &Section) const { in getSectionName() function in SanitizerCoverageModule
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1217 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function

12