Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp56 CStringSection = in Initialize()
115 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h516 class CStringSection : public SyntheticSection {
518 CStringSection();
531 class DeduplicatedCStringSection final : public CStringSection {
626 CStringSection *cStringSection = nullptr;
H A DSyntheticSections.cpp1427 CStringSection::CStringSection() in CStringSection() function in CStringSection
1432 void CStringSection::addInput(CStringInputSection *isec) { in addInput()
1439 void CStringSection::writeTo(uint8_t *buf) const { in writeTo()
1450 void CStringSection::finalizeContents() { in finalizeContents()
H A DWriter.cpp1213 in.cStringSection = make<CStringSection>(); in createSyntheticSections()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h201 MCSection *CStringSection = nullptr; variable
386 const MCSection *getCStringSection() const { return CStringSection; } in getCStringSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp116 CStringSection // .cstring in initMachOMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1318 return CStringSection; in SelectSectionForGlobal()