/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | Chunks.h | 163 virtual StringRef getSectionName() const { getSectionName() function 252 StringRef getSectionName() const { getSectionName() function 415 inline StringRef Chunk::getSectionName() const { getSectionName() function 472 StringRef getSectionName() const override { return ".rdata"; } getSectionName() function 489 StringRef getSectionName() const override { return ".bss"; } getSectionName() function [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | i386.h | 341 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function 389 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
|
H A D | loongarch.h | 317 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function 363 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
|
H A D | x86_64.h | 569 static StringRef getSectionName() { return "$__GOT"; } getSectionName() function 629 static StringRef getSectionName() { return "$__STUBS"; } getSectionName() function
|
H A D | aarch64.h | 670 static StringRef getSectionName() { return "$__GOT"; } getSectionName() function 733 static StringRef getSectionName() { return "$__STUBS"; } getSectionName() function
|
H A D | ppc64.h | 161 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function 204 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | ProfileList.cpp | 74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) { in getSectionName() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerBase.h | 66 getSectionName(DebugSectionKind SectionKind) { in getSectionName() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_aarch64.cpp | 441 static StringRef getSectionName() { return "$__TLSINFO"; } getSectionName() function in __anon8bddd19e0111::TLSInfoTableManager_ELF_aarch64 485 static StringRef getSectionName() { return "$__TLSDESC"; } getSectionName() function in __anon8bddd19e0111::TLSDescTableManager_ELF_aarch64
|
H A D | ELF_x86_64.cpp | 40 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() function in __anon8296f4e40111::TLSInfoTableManager_ELF_x86_64
|
H A D | ELF_ppc64.cpp | 41 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() function in __anona345d3220111::TLSInfoTableManager_ELF_ppc64
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | GOFFObjectFile.h | 85 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const override { getSectionName() function
|
H A D | ELF.h | 1274 ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, getSectionName() function 1286 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, getSectionName() function
|
H A D | IRSymtab.h | 231 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
H A D | ELFObjectFile.h | 858 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { getSectionName() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 361 static StringRef getSectionName() { return "$__DLLIMPORT_STUBS"; } getSectionName() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFListTable.h | 97 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 454 StringRef SanitizerBinaryMetadata::getSectionName(StringRef SectionSuffix) { getSectionName() function in __anon6407de220111::SanitizerBinaryMetadata
|
H A D | SanitizerCoverage.cpp | 1009 ModuleSanitizerCoverage::getSectionName(const std::string &Section) const { getSectionName() function in ModuleSanitizerCoverage
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 270 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const { getSectionName() function in COFFObjectFile 1202 COFFObjectFile::getSectionName(const coff_section *Sec) const { getSectionName() function in COFFObjectFile
|
H A D | WasmObjectFile.cpp | 1790 Expected<StringRef> WasmObjectFile::getSectionName(DataRefImpl Sec) const { getSectionName() function in WasmObjectFile
|
H A D | XCOFFObjectFile.cpp | 370 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { getSectionName() function in llvm::object::XCOFFObjectFile
|
H A D | MachOObjectFile.cpp | 1936 Expected<StringRef> MachOObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in MachOObjectFile
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1623 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, getSectionName() function
|