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.h553 class CStringSection : public SyntheticSection {
555 CStringSection(const char *name);
568 class DeduplicatedCStringSection final : public CStringSection {
570 DeduplicatedCStringSection(const char *name) : CStringSection(name){}; in DeduplicatedCStringSection()
846 CStringSection *cStringSection = nullptr;
H A DSyntheticSections.cpp1665 CStringSection::CStringSection(const char *name) in CStringSection() function in CStringSection
1670 void CStringSection::addInput(CStringInputSection *isec) { in addInput()
1677 void CStringSection::writeTo(uint8_t *buf) const { in writeTo()
1688 void CStringSection::finalizeContents() { in finalizeContents()
H A DWriter.cpp1382 in.cStringSection = make<CStringSection>(section_names::cString); in createSyntheticSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h206 MCSection *CStringSection = nullptr; variable
396 const MCSection *getCStringSection() const { return CStringSection; } in getCStringSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp122 CStringSection // .cstring in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1427 return CStringSection; in SelectSectionForGlobal()