Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp56 CStringSection = in Initialize()
115 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h536 class CStringSection : public SyntheticSection {
538 CStringSection(const char *name);
551 class DeduplicatedCStringSection final : public CStringSection {
553 DeduplicatedCStringSection(const char *name) : CStringSection(name){}; in DeduplicatedCStringSection()
781 CStringSection *cStringSection = nullptr;
H A DSyntheticSections.cpp1576 CStringSection::CStringSection(const char *name) in CStringSection() function in CStringSection
1581 void CStringSection::addInput(CStringInputSection *isec) { in addInput()
1588 void CStringSection::writeTo(uint8_t *buf) const { in writeTo()
1599 void CStringSection::finalizeContents() { in finalizeContents()
H A DWriter.cpp1335 in.cStringSection = make<CStringSection>(section_names::cString); in createSyntheticSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h201 MCSection *CStringSection = nullptr; variable
391 const MCSection *getCStringSection() const { return CStringSection; } in getCStringSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp121 CStringSection // .cstring in initMachOMCObjectFileInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1367 return CStringSection; in SelectSectionForGlobal()