Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.cpp40 StringRef sectionName; in SectionChunk() local
43 sectionName = *e; in SectionChunk()
45 sectionNameData = sectionName.data(); in SectionChunk()
46 sectionNameSize = sectionName.size(); in SectionChunk()
695 StringRef sectionName) { in consumeDebugMagic() argument
701 fatal("the section is too short: " + sectionName); in consumeDebugMagic()
703 if (!sectionName.startswith(".debug$")) in consumeDebugMagic()
704 fatal("invalid section: " + sectionName); in consumeDebugMagic()
707 uint32_t expectedMagic = sectionName == ".debug$H" in consumeDebugMagic()
711 warn("ignoring section " + sectionName + " with unrecognized magic 0x" + in consumeDebugMagic()
H A DChunks.h325 StringRef sectionName);
/openbsd-src/gnu/llvm/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;
606 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp921 std::string sectionName() { in sectionName() function in __anon2d629be70111::CGObjCGNUstep2
1106 ObjCStrGV->setSection(sectionName<ConstantStringSection>()); in GenerateConstantString()
1333 GV->setSection(sectionName<ProtocolReferenceSection>()); in GenerateProtocolRef()
1424 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()
1486 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()
1594 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()
1613 GetClassVar(clsAlias.first) }, sectionName<ClassAliasSection>()); in ModuleInitFunction()
1620 sectionName<SelectorSection>()); in ModuleInitFunction()
1624 sectionName<CategorySection>()); in ModuleInitFunction()
1627 sectionName<ClassSection>()); in ModuleInitFunction()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp201 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local
204 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in smallData()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3280 StringRef MachOAbstractFixupEntry::sectionName() const { in sectionName() function in MachOAbstractFixupEntry
3771 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry
4323 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry
4439 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1388 SectionWidth = std::max(SectionWidth, Entry.sectionName().size()); in PrintDyldInfo()
1408 << left_justify(Entry.sectionName(), SectionWidth) << ' ' << "0x" in PrintDyldInfo()
10635 StringRef SectionName = Entry.sectionName(); in printMachORebaseTable()
10681 StringRef SectionName = Entry.sectionName(); in printMachOBindTable()
10711 StringRef SectionName = Entry.sectionName(); in printMachOLazyBindTable()
10742 StringRef SectionName = Entry.sectionName(); in printMachOWeakBindTable()