Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h341 static StringRef getSectionName() { return "$__GOT"; } getSectionName() function
389 static StringRef getSectionName() { return "$__STUBS"; } getSectionName() function
H A Dloongarch.h317 static StringRef getSectionName() { return "$__GOT"; } getSectionName() function
363 static StringRef getSectionName() { return "$__STUBS"; } getSectionName() function
H A Dx86_64.h591 static StringRef getSectionName() { return "$__GOT"; } getSectionName() function
651 static StringRef getSectionName() { return "$__STUBS"; } getSectionName() function
H A Daarch64.h680 static StringRef getSectionName() { return "$__GOT"; } getSectionName() function
743 static StringRef getSectionName() { return "$__STUBS"; } getSectionName() function
H A Dppc64.h161 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
204 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
/llvm-project/lld/COFF/
H A DChunks.h174 virtual StringRef getSectionName() const { in getSectionName() function
263 StringRef getSectionName() const { getSectionName() function
436 inline StringRef Chunk::getSectionName() const { getSectionName() function
497 StringRef getSectionName() const override { return ".rdata"; } getSectionName() function
514 StringRef getSectionName() const override { return ".bss"; } getSectionName() function
[all...]
/llvm-project/bolt/lib/Core/
H A DBinaryData.cpp65 StringRef BinaryData::getSectionName() const { return getSection().getName(); } in getSectionName() function in BinaryData
/llvm-project/clang/lib/Basic/
H A DProfileList.cpp74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) { in getSectionName() function
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h66 getSectionName(DebugSectionKind SectionKind) { in getSectionName() function
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h361 static StringRef getSectionName() { return "$__DLLIMPORT_STUBS"; } getSectionName() function
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp455 static StringRef getSectionName() { return "$__TLSINFO"; } getSectionName() function in __anon37d0605f0111::TLSInfoTableManager_ELF_aarch64
499 static StringRef getSectionName() { return "$__TLSDESC"; } getSectionName() function in __anon37d0605f0111::TLSDescTableManager_ELF_aarch64
H A DELF_x86_64.cpp40 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() function in __anondd222f850111::TLSInfoTableManager_ELF_x86_64
H A DELF_ppc64.cpp41 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() function in __anone413bda30111::TLSInfoTableManager_ELF_ppc64
/llvm-project/lld/wasm/
H A DOutputSections.cpp36 StringRef OutputSection::getSectionName() const { in getSectionName() function in lld::wasm::OutputSection
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h97 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp462 StringRef SanitizerBinaryMetadata::getSectionName(StringRef SectionSuffix) { getSectionName() function in __anon2cce3ac30111::SanitizerBinaryMetadata
H A DSanitizerCoverage.cpp1018 ModuleSanitizerCoverage::getSectionName(const std::string &Section) const { getSectionName() function in ModuleSanitizerCoverage
/llvm-project/llvm/include/llvm/Object/
H A DELF.h1322 ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, getSectionName() function
1334 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, getSectionName() function
H A DIRSymtab.h231 StringRef getSectionName() const { return SectionName; } getSectionName() function
H A DELFObjectFile.h896 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() function
/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp428 Expected<StringRef> GOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in GOFFObjectFile
H A DCOFFObjectFile.cpp269 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const { in getSectionName() function in COFFObjectFile
1188 COFFObjectFile::getSectionName(const coff_section *Sec) const { getSectionName() function in COFFObjectFile
H A DXCOFFObjectFile.cpp376 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { getSectionName() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1963 Expected<StringRef> WasmObjectFile::getSectionName(DataRefImpl Sec) const { getSectionName() function in WasmObjectFile
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1626 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, getSectionName() function

12