| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Chunks.h | 97 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 D | ICF.cpp | 91 StringRef outSecName = c->getSectionName().split('$').first; in isEligible() 134 StringRef Name = assoc.getSectionName(); in assocEquals() 174 a->getSectionName() == b->getSectionName() && in equalsConstant()
|
| H A D | MapFile.cpp | 260 c->getSectionName() != ChunkRanges.back().first->getSectionName()) { in writeMapFile() 280 os << " " << left_justify(cr.first->getSectionName(), 23); in writeMapFile()
|
| H A D | Chunks.cpp | 42 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 D | LLDMapFile.cpp | 119 os << indent8 << sc->file->getName() << ":(" << sc->getSectionName() in writeLLDMapFile()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 74 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 D | TableManager.h | 41 dbgs() << " Created " << impl().getSectionName() << "entry for " in getEntryForTarget() 49 dbgs() << " Using " << impl().getSectionName() << " entry " in getEntryForTarget()
|
| H A D | loongarch.h | 317 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 D | x86_64.h | 562 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 D | aarch64.h | 543 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 D | i386.h | 243 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 D | OutputSections.cpp | 31 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 D | OutputSections.h | 35 StringRef getSectionName() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 165 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 D | DWARFListTable.h | 97 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 D | ELF_aarch64.cpp | 394 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 D | ELF_x86_64.cpp | 41 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 D | ELFLinkGraphBuilder.h | 307 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 D | ELF_i386.cpp | 60 i386::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol() 80 G.findSectionByName(i386::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
|
| H A D | COFFLinkGraphBuilder.h | 192 Expected<StringRef> Name = Obj.getSectionName(COFFRelSect); in forEachRelocation()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | DwarfCFIEHPrinter.h | 87 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 D | InputFiles.cpp | 554 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 D | ELF.h | 386 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 D | ObjectFile.h | 263 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 D | llvm-lto2.cpp | 516 if (!Sym.getSectionName().empty()) in dumpSymtab() 517 outs() << " section " << Sym.getSectionName() << "\n"; in dumpSymtab()
|