Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.h97 StringRef getSectionName() const;
159 virtual StringRef getSectionName() const { in getSectionName() function
234 StringRef getSectionName() const { in getSectionName() function
264 return getSectionName() == ".debug" || getSectionName().startswith(".debug$"); in isCodeView()
269 return getSectionName().startswith(".debug_") || getSectionName() == ".eh_frame"; in isDWARF()
400 inline StringRef Chunk::getSectionName() const { in getSectionName() function
402 return static_cast<const SectionChunk *>(this)->getSectionName(); in getSectionName()
404 return static_cast<const NonSectionChunk *>(this)->getSectionName(); in getSectionName()
438 StringRef getSectionName() const override { return ".rdata"; } in getSectionName() function
455 StringRef getSectionName() const override { return ".bss"; } in getSectionName() function
H A DICF.cpp91 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.cpp260 c->getSectionName() != ChunkRanges.back().first->getSectionName()) { in writeMapFile()
280 os << " " << left_justify(cr.first->getSectionName(), 23); in writeMapFile()
H A DChunks.cpp42 if (Expected<StringRef> e = file->getCOFFObj()->getSectionName(header)) in SectionChunk()
91 error("overflow in SECREL relocation in section: " + sec->getSectionName()); in applySecRel()
294 sec->getSectionName()); in applySecRelHigh12A()
505 if (next->getSectionName() <= child->getSectionName()) in addAssociative()
691 return consumeDebugMagic(getContents(), getSectionName()); in consumeDebugMagic()
721 if (c->getSectionName() == name) in findByName()
H A DLLDMapFile.cpp119 os << indent8 << sc->file->getName() << ":(" << sc->getSectionName() in writeLLDMapFile()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DProfileList.cpp74 static StringRef getSectionName(CodeGenOptions::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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DTableManager.h41 dbgs() << " Created " << impl().getSectionName() << "entry for " in getEntryForTarget()
49 dbgs() << " Using " << impl().getSectionName() << " entry " in getEntryForTarget()
H A Dloongarch.h317 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
350 GOTSection = &G.createSection(getSectionName(), in getGOTSection()
363 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
386 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
H A Dx86_64.h562 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
610 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()
622 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
648 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
H A Daarch64.h543 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
593 GOTSection = &G.createSection(getSectionName(), in getGOTSection()
606 static StringRef getSectionName() { return "$__STUBS"; } in getSectionName() function
629 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
H A Di386.h243 static StringRef getSectionName() { return "$__GOT"; } in getSectionName() function
279 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()
/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSections.cpp31 return (sec.getSectionName() + "(" + sec.name + ")").str(); in toString()
32 return std::string(sec.getSectionName()); in toString()
36 StringRef OutputSection::getSectionName() const { in getSectionName() function in lld::wasm::OutputSection
42 debugWrite(os.tell(), "section type [" + getSectionName() + "]"); in createHeader()
H A DOutputSections.h35 StringRef getSectionName() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp165 StringRef getSectionName(StringRef SectionSuffix);
276 const StringRef Section = getSectionName(MI->SectionSuffix); in runOn()
365 Sections.push_back({getSectionName(MI->SectionSuffix), {}}); in runOn()
383 StringRef SanitizerBinaryMetadata::getSectionName(StringRef SectionSuffix) { in getSectionName() function in __anon62e4d4a70111::SanitizerBinaryMetadata
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h97 StringRef getSectionName() const { return SectionName; } in getSectionName() function
216 Header.getSectionName(), in extract()
290 Header.getSectionName(), Header.getListTypeString())) in findList()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp394 static StringRef getSectionName() { return "$__TLSINFO"; } in getSectionName() function in __anon3641eec30111::TLSInfoTableManager_ELF_aarch64
413 TLSInfoTable = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSInfoSection()
438 static StringRef getSectionName() { return "$__TLSDESC"; } in getSectionName() function in __anon3641eec30111::TLSDescTableManager_ELF_aarch64
481 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSDescSection()
H A DELF_x86_64.cpp41 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName() function in __anon2aa981690111::TLSInfoTableManager_ELF_x86_64
296 x86_64::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
316 G.findSectionByName(x86_64::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
H A DELFLinkGraphBuilder.h307 auto Name = Obj.getSectionName(Sec, SectionStringTab); in graphifySections()
390 if (auto SymTabNameOrErr = Obj.getSectionName(*SymTabSec, SectionStringTab)) in graphifySymbols()
530 Expected<StringRef> Name = Obj.getSectionName(**FixupSection); in forEachRelaRelocation()
577 Expected<StringRef> Name = Obj.getSectionName(**FixupSection); in forEachRelRelocation()
H A DELF_i386.cpp60 i386::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
80 G.findSectionByName(i386::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
H A DCOFFLinkGraphBuilder.h192 Expected<StringRef> Name = Obj.getSectionName(COFFRelSect); in forEachRelocation()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h87 Expected<StringRef> NameOrErr = Obj.getSectionName(Shdr); in printUnwindInformation()
106 Expected<StringRef> NameOrErr = Obj.getSectionName(*EHFrameHdr); in printEHFrameHdr()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp554 StringRef name = check(obj.getSectionName(sec, shstrtab)); in parse()
577 StringRef name = check(obj.getSectionName(sec, shstrtab)); in parse()
618 i, sec, check(obj.getSectionName(sec, shstrtab))); in parse()
766 this->sections[i] = createInputSection(i, sec, check(obj.getSectionName(sec, shstrtab))); in initializeSections()
767 StringRef name = check(obj.getSectionName(sec, shstrtab)); in initializeSections()
778 createInputSection(i, sec, check(obj.getSectionName(sec, shstrtab))); in initializeSections()
829 *this, sec, check(obj.getSectionName(sec, shstrtab))); in initializeSections()
1401 StringRef name = CHECK(obj.getSectionName(sec, sectionStringTable), this); in parse()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h386 getSectionName(const Elf_Shdr &Section,
388 Expected<StringRef> getSectionName(const Elf_Shdr &Section,
1195 ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, in getSectionName() function
1203 return getSectionName(Section, *Table); in getSectionName()
1207 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, in getSectionName() function
H A DObjectFile.h263 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const = 0;
461 return OwningObject->getSectionName(SectionPimpl); in getName()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp516 if (!Sym.getSectionName().empty()) in dumpSymtab()
517 outs() << " section " << Sym.getSectionName() << "\n"; in dumpSymtab()

123