| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 72 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 D | Chunks.h | 105 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 D | ICF.cpp | 88 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 | 261 c->getSectionName() != ChunkRanges.back().first->getSectionName()) { in writeMapFile() 281 os << " " << left_justify(cr.first->getSectionName(), 23); in writeMapFile()
|
| H A D | Chunks.cpp | 44 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 D | LLDMapFile.cpp | 121 os << indent8 << sc->file->getName() << ":(" << sc->getSectionName() in writeLLDMapFile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86_64.h | 673 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 D | x86.h | 320 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 D | TableManager.h | 41 dbgs() << " Created " << impl().getSectionName() << " entry for " in getEntryForTarget() 49 dbgs() << " Using " << impl().getSectionName() << " entry " in getEntryForTarget()
|
| H A D | ppc64.h | 162 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 D | aarch64.h | 788 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 D | aarch32.h | 336 static StringRef getSectionName() { return "$__GOT"; } 354 static StringRef getSectionName() { 388 static StringRef getSectionName() {
|
| H A D | loongarch.h | 623 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 D | ELF_aarch64.cpp | 63 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 D | ELF_x86_64.cpp | 40 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 D | ELFLinkGraphBuilder.h | 322 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 D | ELF_x86.cpp | 62 x86::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol() 82 G.findSectionByName(x86::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
|
| H A D | ELF_ppc64.cpp | 41 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 D | SanitizerBinaryMetadata.cpp | 166 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 D | DWARFListTable.h | 98 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 D | DWARFLinker.h | 104 const StringLiteral &getName() const { return getSectionName(SectionKind); } in getName()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | DwarfCFIEHPrinter.h | 88 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 D | OutputSections.h | 324 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 D | DWARFLinkerBase.h | 67 getSectionName(DebugSectionKind SectionKind) { in getSectionName() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 94 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
|