Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h163 virtual StringRef getSectionName() const { in getSectionName() function
252 StringRef getSectionName() const { in getSectionName() function
415 inline StringRef Chunk::getSectionName() const { in getSectionName() function
472 StringRef getSectionName() const override { return ".rdata"; } in getSectionName() function
489 StringRef getSectionName() const override { return ".bss"; } in getSectionName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h341 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
389 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
H A Dloongarch.h317 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
363 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
H A Dx86_64.h569 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
629 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
H A Daarch64.h670 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
733 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
H A Dppc64.h161 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
204 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) { in getSectionName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h66 getSectionName(DebugSectionKind SectionKind) { in getSectionName() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp441 static StringRef getSectionName() { return "$__TLSINFO"; } in getSectionName() function in __anon8321e4d40111::TLSInfoTableManager_ELF_aarch64
485 static StringRef getSectionName() { return "$__TLSDESC"; } in getSectionName() function in __anon8321e4d40111::TLSDescTableManager_ELF_aarch64
H A DELF_x86_64.cpp40 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() function in __anondf6a795a0111::TLSInfoTableManager_ELF_x86_64
H A DELF_ppc64.cpp41 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() function in __anonccdfa0d80111::TLSInfoTableManager_ELF_ppc64
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h85 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const override { in getSectionName() function
H A DELF.h1274 ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, in getSectionName() function
1286 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, in getSectionName() function
H A DIRSymtab.h231 StringRef getSectionName() const { return SectionName; } in getSectionName() function
H A DELFObjectFile.h858 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h361 static StringRef getSectionName() { return "$__DLLIMPORT_STUBS"; } in getSectionName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h97 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp454 StringRef SanitizerBinaryMetadata::getSectionName(StringRef SectionSuffix) { in getSectionName() function in __anon0fd18e980111::SanitizerBinaryMetadata
H A DSanitizerCoverage.cpp1009 ModuleSanitizerCoverage::getSectionName(const std::string &Section) const { in getSectionName() function in ModuleSanitizerCoverage
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp270 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const { in getSectionName() function in COFFObjectFile
1202 COFFObjectFile::getSectionName(const coff_section *Sec) const { in getSectionName() function in COFFObjectFile
H A DWasmObjectFile.cpp1790 Expected<StringRef> WasmObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in WasmObjectFile
H A DXCOFFObjectFile.cpp370 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp1936 Expected<StringRef> MachOObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1623 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function