Searched refs:FixedSizePortion (Results 1 – 9 of 9) sorted by relevance
638 SmallString<32> FixedSizePortion; variable647 StringRef FixedSizePortion, MCSection *Sec = nullptr)650 FixedSizePortion(FixedSizePortion) {}658 StringRef getFixedSizePortion() const { return FixedSizePortion; } in getFixedSizePortion()
200 StringRef FixedSizePortion);
162 StringRef FixedSizePortion) override;
857 StringRef FixedSizePortion);
438 StringRef FixedSizePortion) { in emitDefRange() argument441 return new MCCVDefRangeFragment(Ranges, FixedSizePortion, in emitDefRange()660 StringRef FixedSizePortion = Frag.getFixedSizePortion(); in encodeDefRange() local663 size_t RecordSize = FixedSizePortion.size() + in encodeDefRange()668 OS << FixedSizePortion; in encodeDefRange()
499 StringRef FixedSizePortion) { in EmitCVDefRangeDirective() argument501 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in EmitCVDefRangeDirective()505 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
262 StringRef FixedSizePortion) override;1376 StringRef FixedSizePortion) { in EmitCVDefRangeDirective() argument1385 PrintQuotedString(FixedSizePortion, OS); in EmitCVDefRangeDirective()1387 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
328 StringRef FixedSizePortion) {} in EmitCVDefRangeDirective() argument
3826 std::string FixedSizePortion; in parseDirectiveCVDefRange() local3828 parseEscapedString(FixedSizePortion)) in parseDirectiveCVDefRange()3831 getStreamer().EmitCVDefRangeDirective(Ranges, FixedSizePortion); in parseDirectiveCVDefRange()