Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DChunks.cpp41 StringRef sectionName; in SectionChunk() local
44 sectionName = *e; in SectionChunk()
46 sectionNameData = sectionName.data(); in SectionChunk()
47 sectionNameSize = sectionName.size(); in SectionChunk()
713 StringRef sectionName) { in consumeDebugMagic() argument
719 fatal("the section is too short: " + sectionName); in consumeDebugMagic()
721 if (!sectionName.starts_with(".debug$")) in consumeDebugMagic()
722 fatal("invalid section: " + sectionName); in consumeDebugMagic()
725 uint32_t expectedMagic = sectionName == ".debug$H" in consumeDebugMagic()
729 warn("ignoring section " + sectionName + " with unrecognized magic 0x" + in consumeDebugMagic()
H A DChunks.h343 StringRef sectionName);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h142 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset);
177 StringRef sectionName() const;
228 StringRef sectionName() const;
330 StringRef sectionName() const;
609 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp937 std::string sectionName() { in sectionName() function in __anonaf5ecb460111::CGObjCGNUstep2
1436 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()
1498 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()
1605 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()
1631 sectionName<SelectorSection>()); in ModuleInitFunction()
1635 sectionName<CategorySection>()); in ModuleInitFunction()
1638 sectionName<ClassSection>()); in ModuleInitFunction()
1640 sectionName<ClassReferenceSection>()); in ModuleInitFunction()
1648 sectionName<ProtocolReferenceSection>()); in ModuleInitFunction()
1651 sectionName<ClassAliasSection>()); in ModuleInitFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp200 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local
203 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in smallData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3287 StringRef MachOAbstractFixupEntry::sectionName() const { in sectionName() function in MachOAbstractFixupEntry
3778 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry
4330 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry
4446 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1362 SectionWidth = std::max(SectionWidth, Entry.sectionName().size()); in PrintDyldInfo()
1382 << left_justify(Entry.sectionName(), SectionWidth) << ' ' << "0x" in PrintDyldInfo()
10234 StringRef SectionName = Entry.sectionName(); in printMachORebaseTable()
10280 StringRef SectionName = Entry.sectionName(); in printMachOBindTable()
10310 StringRef SectionName = Entry.sectionName(); in printMachOLazyBindTable()
10341 StringRef SectionName = Entry.sectionName(); in printMachOWeakBindTable()