Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp56 CStringSection = in Initialize()
115 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h511 class CStringSection : public SyntheticSection {
513 CStringSection();
526 class DeduplicatedCStringSection final : public CStringSection {
593 CStringSection *cStringSection = nullptr;
H A DSyntheticSections.cpp1298 CStringSection::CStringSection() in CStringSection() function in CStringSection
1303 void CStringSection::addInput(CStringInputSection *isec) { in addInput()
1310 void CStringSection::writeTo(uint8_t *buf) const { in writeTo()
1321 void CStringSection::finalizeContents() { in finalizeContents()
H A DWriter.cpp1129 in.cStringSection = make<CStringSection>(); in createSyntheticSections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h200 MCSection *CStringSection = nullptr; variable
373 const MCSection *getCStringSection() const { return CStringSection; } in getCStringSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp103 CStringSection // .cstring in initMachOMCObjectFileInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1295 return CStringSection; in SelectSectionForGlobal()