Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp42 StringRef sectionName; in SectionChunk() local
45 sectionName = *e; in SectionChunk()
47 sectionNameData = sectionName.data(); in SectionChunk()
48 sectionNameSize = sectionName.size(); in SectionChunk()
742 StringRef sectionName) { in consumeDebugMagic() argument
748 fatal("the section is too short: " + sectionName); in consumeDebugMagic()
750 if (!sectionName.starts_with(".debug$")) in consumeDebugMagic()
751 fatal("invalid section: " + sectionName); in consumeDebugMagic()
754 uint32_t expectedMagic = sectionName == ".debug$H" in consumeDebugMagic()
758 warn("ignoring section " + sectionName + " with unrecognized magic 0x" + in consumeDebugMagic()
H A DChunks.h361 StringRef sectionName);
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h145 LLVM_ABI StringRef sectionName(int32_t SegIndex, uint64_t SegOffset);
180 LLVM_ABI StringRef sectionName() const;
232 LLVM_ABI StringRef sectionName() const;
334 LLVM_ABI StringRef sectionName() const;
615 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp937 std::string sectionName() { in sectionName() function in __anonbab9bb100111::CGObjCGNUstep2
1122 ObjCStrGV->setSection(sectionName<ConstantStringSection>()); in GenerateConstantString()
1346 GV->setSection(sectionName<ProtocolReferenceSection>()); in GenerateProtocolRef()
1435 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()
1496 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()
1603 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()
1622 GetClassVar(clsAlias.first) }, sectionName<ClassAliasSection>()); in ModuleInitFunction()
1629 sectionName<SelectorSection>()); in ModuleInitFunction()
1633 sectionName<CategorySection>()); in ModuleInitFunction()
1636 sectionName<ClassSection>()); in ModuleInitFunction()
[all …]
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3079 StringRef sectionName = ".llvm_jump_table_sizes"; in emitJumpTableSizesSection() local
3092 sectionName, ELF::SHT_LLVM_JT_SIZES, Flags, 0, GroupName, F.hasComdat(), in emitJumpTableSizesSection()
3097 sectionName, in emitJumpTableSizesSection()
3103 sectionName, COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in emitJumpTableSizesSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3286 StringRef MachOAbstractFixupEntry::sectionName() const { in sectionName() function in MachOAbstractFixupEntry
3779 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry
4333 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry
4449 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1358 SectionWidth = std::max(SectionWidth, Entry.sectionName().size()); in PrintDyldInfo()
1378 << left_justify(Entry.sectionName(), SectionWidth) << ' ' << "0x" in PrintDyldInfo()
10365 StringRef SectionName = Entry.sectionName(); in printMachORebaseTable()
10411 StringRef SectionName = Entry.sectionName(); in printMachOBindTable()
10441 StringRef SectionName = Entry.sectionName(); in printMachOLazyBindTable()
10472 StringRef SectionName = Entry.sectionName(); in printMachOWeakBindTable()