Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp35 const char *sectionName) { in roundTripAllocateCodeSection() argument
38 size, alignment, sectionID, sectionName); in roundTripAllocateCodeSection()
44 const char *sectionName, in roundTripAllocateDataSection() argument
46 if (!strcmp(sectionName, "__compact_unwind")) in roundTripAllocateDataSection()
49 size, alignment, sectionID, sectionName, isReadOnly); in roundTripAllocateDataSection()
/llvm-project-15.0.7/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()
659 StringRef sectionName) { in consumeDebugMagic() argument
665 fatal("the section is too short: " + sectionName); in consumeDebugMagic()
667 if (!sectionName.startswith(".debug$")) in consumeDebugMagic()
668 fatal("invalid section: " + sectionName); in consumeDebugMagic()
671 uint32_t expectedMagic = sectionName == ".debug$H" in consumeDebugMagic()
675 warn("ignoring section " + sectionName + " with unrecognized magic 0x" + in consumeDebugMagic()
H A DChunks.h309 StringRef sectionName);
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h142 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset);
177 StringRef sectionName() const;
228 StringRef sectionName() const;
315 StringRef sectionName() const;
578 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp921 std::string sectionName() { in sectionName() function in __anon128dbe400111::CGObjCGNUstep2
1424 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()
1486 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()
1594 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()
1620 sectionName<SelectorSection>()); in ModuleInitFunction()
1624 sectionName<CategorySection>()); in ModuleInitFunction()
1627 sectionName<ClassSection>()); in ModuleInitFunction()
1629 sectionName<ClassReferenceSection>()); in ModuleInitFunction()
1637 sectionName<ProtocolReferenceSection>()); in ModuleInitFunction()
1640 sectionName<ClassAliasSection>()); in ModuleInitFunction()
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp3230 StringRef MachOAbstractFixupEntry::sectionName() const { in sectionName() function in MachOAbstractFixupEntry
3593 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry
4145 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry
4261 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp10363 StringRef SectionName = Entry.sectionName(); in printMachORebaseTable()
10407 StringRef SectionName = Entry.sectionName(); in printMachOBindTable()
10437 StringRef SectionName = Entry.sectionName(); in printMachOLazyBindTable()
10468 StringRef SectionName = Entry.sectionName(); in printMachOWeakBindTable()