Home
last modified time | relevance | path

Searched refs:getSectionName (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp72 static StringRef getSectionName(llvm::driver::ProfileInstrKind Kind) { in getSectionName() function
90 StringRef Section = getSectionName(Kind); in getDefault()
121 StringRef Section = getSectionName(Kind); in isFunctionExcluded()
141 StringRef Section = getSectionName(Kind); in isFileExcluded()
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h105 StringRef getSectionName() const;
175 virtual StringRef getSectionName() const { in getSectionName() function
270 StringRef getSectionName() const { in getSectionName() function
300 return getSectionName() == ".debug" || getSectionName().starts_with(".debug$"); in isCodeView()
305 return getSectionName().starts_with(".debug_") || getSectionName() == ".eh_frame"; in isDWARF()
443 inline StringRef Chunk::getSectionName() const { in getSectionName() function
445 return static_cast<const SectionChunk *>(this)->getSectionName(); in getSectionName()
446 return static_cast<const NonSectionChunk *>(this)->getSectionName(); in getSectionName()
504 StringRef getSectionName() const override { return ".rdata"; } in getSectionName() function
521 StringRef getSectionName() const override { return ".bss"; } in getSectionName() function
H A DICF.cpp88 StringRef outSecName = c->getSectionName().split('$').first; in isEligible()
134 StringRef Name = assoc.getSectionName(); in assocEquals()
174 a->getSectionName() == b->getSectionName() && in equalsConstant()
H A DMapFile.cpp261 c->getSectionName() != ChunkRanges.back().first->getSectionName()) { in writeMapFile()
281 os << " " << left_justify(cr.first->getSectionName(), 23); in writeMapFile()
H A DChunks.cpp44 if (Expected<StringRef> e = file->getCOFFObj()->getSectionName(header)) in SectionChunk()
103 error("overflow in SECREL relocation in section: " + sec->getSectionName()); in applySecRel()
306 sec->getSectionName()); in applySecRelHigh12A()
525 if (next->getSectionName() <= child->getSectionName()) in addAssociative()
738 return consumeDebugMagic(getContents(), getSectionName()); in consumeDebugMagic()
768 if (c->getSectionName() == name) in findByName()
H A DLLDMapFile.cpp121 os << indent8 << sc->file->getName() << ":(" << sc->getSectionName() in writeLLDMapFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h673 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
676 if ((GOTSection = G.findSectionByName(getSectionName()))) in GOTTableManager()
726 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()
738 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
741 if ((StubsSection = G.findSectionByName(getSectionName()))) in PLTTableManager()
769 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
H A Dx86.h320 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
356 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()
368 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
394 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
H A DTableManager.h41 dbgs() << " Created " << impl().getSectionName() << " entry for " in getEntryForTarget()
49 dbgs() << " Using " << impl().getSectionName() << " entry " in getEntryForTarget()
H A Dppc64.h162 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
191 TOCSection = G.findSectionByName(getSectionName()); in getOrCreateTOCSection()
193 TOCSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getOrCreateTOCSection()
205 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
249 PLTSection = G.findSectionByName(getSectionName()); in getOrCreateStubsSection()
251 PLTSection = &G.createSection(getSectionName(), in getOrCreateStubsSection()
H A Daarch64.h788 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
791 if ((GOTSection = G.findSectionByName(getSectionName()))) in GOTTableManager()
852 GOTSection = &G.createSection(getSectionName(), in getGOTSection()
865 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
868 if ((StubsSection = G.findSectionByName(getSectionName()))) in PLTTableManager()
893 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
H A Daarch32.h336 static StringRef getSectionName() { return "$__GOT"; }
354 static StringRef getSectionName() {
388 static StringRef getSectionName() {
H A Dloongarch.h623 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
656 GOTSection = &G.createSection(getSectionName(), in getGOTSection()
669 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
693 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp63 aarch64::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
83 G.findSectionByName(aarch64::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
545 static StringRef getSectionName() { return "$__TLSINFO"; } in getSectionName() function in __anoncc26650c0111::TLSInfoTableManager_ELF_aarch64
564 TLSInfoTable = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSInfoSection()
589 static StringRef getSectionName() { return "$__TLSDESC"; } in getSectionName() function in __anoncc26650c0111::TLSDescTableManager_ELF_aarch64
632 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSDescSection()
H A DELF_x86_64.cpp40 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() function in __anon6d43d2920111::TLSInfoTableManager_ELF_x86_64
272 x86_64::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
292 G.findSectionByName(x86_64::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
H A DELFLinkGraphBuilder.h322 auto Name = Obj.getSectionName(Sec, SectionStringTab); in graphifySections()
433 if (auto SymTabNameOrErr = Obj.getSectionName(*SymTabSec, SectionStringTab)) in graphifySymbols()
609 Expected<StringRef> Name = Obj.getSectionName(**FixupSection); in forEachRelaRelocation()
659 Expected<StringRef> Name = Obj.getSectionName(**FixupSection); in forEachRelRelocation()
H A DELF_x86.cpp62 x86::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
82 G.findSectionByName(x86::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
H A DELF_ppc64.cpp41 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() function in __anon7bd6b3100111::TLSInfoTableManager_ELF_ppc64
170 if (Section *TOCSection = G.findSectionByName(TOC.getSectionName())) { in buildTables_ELF_ppc64()
440 ppc64::TOCTableManager<Endianness>::getSectionName())) { in defineTOCBase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp166 StringRef getSectionName(StringRef SectionSuffix);
300 const StringRef Section = getSectionName(MI->SectionSuffix); in runOn()
445 Sections.push_back({getSectionName(MI->SectionSuffix), {}}); in runOn()
463 StringRef SanitizerBinaryMetadata::getSectionName(StringRef SectionSuffix) { in getSectionName() function in __anon0ee657d00111::SanitizerBinaryMetadata
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h98 StringRef getSectionName() const { return SectionName; } in getSectionName() function
217 Header.getSectionName(), in extract()
291 Header.getSectionName(), Header.getListTypeString())) in findList()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h104 const StringLiteral &getName() const { return getSectionName(SectionKind); } in getName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h88 Expected<StringRef> NameOrErr = Obj.getSectionName(Shdr); in printUnwindInformation()
107 Expected<StringRef> NameOrErr = Obj.getSectionName(*EHFrameHdr); in printEHFrameHdr()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h324 formatv("Section {0} does not exist", getSectionName(SectionKind)) in getSectionDescriptor()
339 formatv("Section {0} does not exist", getSectionName(SectionKind)) in getSectionDescriptor()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h67 getSectionName(DebugSectionKind SectionKind) { in getSectionName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h94 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const override;

123