/openbsd/gnu/llvm/lld/COFF/ |
H A D | Chunks.h | 159 virtual StringRef getSectionName() const { in getSectionName() function 234 StringRef getSectionName() const { in getSectionName() function 400 inline StringRef Chunk::getSectionName() const { in getSectionName() function 438 StringRef getSectionName() const override { return ".rdata"; } in getSectionName() function 455 StringRef getSectionName() const override { return ".bss"; } in getSectionName() function
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
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 | 562 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function 622 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
|
H A D | aarch64.h | 543 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function 606 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
|
H A D | i386.h | 243 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_aarch64.cpp | 394 static StringRef getSectionName() { return "$__TLSINFO"; } in getSectionName() function in __anon6b1208f90111::TLSInfoTableManager_ELF_aarch64 438 static StringRef getSectionName() { return "$__TLSDESC"; } in getSectionName() function in __anon6b1208f90111::TLSDescTableManager_ELF_aarch64
|
H A D | ELF_x86_64.cpp | 41 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() function in __anonb0242cdf0111::TLSInfoTableManager_ELF_x86_64
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | ProfileList.cpp | 74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) { in getSectionName() function
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 346 static StringRef getSectionName() { return "$__DLLIMPORT_STUBS"; } in getSectionName() function
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | OutputSections.cpp | 36 StringRef OutputSection::getSectionName() const { in getSectionName() function in lld::wasm::OutputSection
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 383 StringRef SanitizerBinaryMetadata::getSectionName(StringRef SectionSuffix) { in getSectionName() function in __anond6c3ac1d0111::SanitizerBinaryMetadata
|
H A D | SanitizerCoverage.cpp | 1032 ModuleSanitizerCoverage::getSectionName(const std::string &Section) const { in getSectionName() function in ModuleSanitizerCoverage
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFListTable.h | 97 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELF.h | 1195 ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, in getSectionName() function 1207 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, in getSectionName() function
|
H A D | IRSymtab.h | 231 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
H A D | ELFObjectFile.h | 833 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() function
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 270 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const { in getSectionName() function in COFFObjectFile 1151 COFFObjectFile::getSectionName(const coff_section *Sec) const { in getSectionName() function in COFFObjectFile
|
H A D | WasmObjectFile.cpp | 1710 Expected<StringRef> WasmObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in WasmObjectFile
|
H A D | XCOFFObjectFile.cpp | 366 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in llvm::object::XCOFFObjectFile
|
H A D | MachOObjectFile.cpp | 1929 Expected<StringRef> MachOObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in MachOObjectFile
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1535 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function
|