Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp56 CStringSection = in Initialize()
115 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h551 class CStringSection : public SyntheticSection {
553 CStringSection(const char *name);
566 class DeduplicatedCStringSection final : public CStringSection {
568 DeduplicatedCStringSection(const char *name) : CStringSection(name){}; in DeduplicatedCStringSection()
844 CStringSection *cStringSection = nullptr;
H A DSyntheticSections.cpp1641 CStringSection::CStringSection(const char *name) in CStringSection() function in CStringSection
1646 void CStringSection::addInput(CStringInputSection *isec) { in addInput()
1653 void CStringSection::writeTo(uint8_t *buf) const { in writeTo()
1664 void CStringSection::finalizeContents() { in finalizeContents()
H A DWriter.cpp1353 in.cStringSection = make<CStringSection>(section_names::cString); in createSyntheticSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h201 MCSection *CStringSection = nullptr; variable
392 const MCSection *getCStringSection() const { return CStringSection; } in getCStringSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp121 CStringSection // .cstring in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1365 return CStringSection; in SelectSectionForGlobal()