Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp56 CStringSection = in Initialize()
115 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h548 class CStringSection : public SyntheticSection {
550 CStringSection(const char *name);
563 class DeduplicatedCStringSection final : public CStringSection {
565 DeduplicatedCStringSection(const char *name) : CStringSection(name){}; in DeduplicatedCStringSection()
793 CStringSection *cStringSection = nullptr;
H A DSyntheticSections.cpp1612 CStringSection::CStringSection(const char *name) in CStringSection() function in CStringSection
1617 void CStringSection::addInput(CStringInputSection *isec) { in addInput()
1624 void CStringSection::writeTo(uint8_t *buf) const { in writeTo()
1635 void CStringSection::finalizeContents() { in finalizeContents()
H A DWriter.cpp1329 in.cStringSection = make<CStringSection>(section_names::cString); in createSyntheticSections()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h201 MCSection *CStringSection = nullptr; variable
388 const MCSection *getCStringSection() const { return CStringSection; } in getCStringSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp112 CStringSection // .cstring in initMachOMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1352 return CStringSection; in SelectSectionForGlobal()