Home
last modified time | relevance | path

Searched refs:FixedSizePortion (Results 1 – 23 of 23) sorted by relevance

/external/llvm/include/llvm/MC/
DMCFragment.h535 SmallString<32> FixedSizePortion;
544 StringRef FixedSizePortion, MCSection *Sec = nullptr)
547 FixedSizePortion(FixedSizePortion) {}
555 StringRef getFixedSizePortion() const { return FixedSizePortion; }
DMCCodeView.h172 StringRef FixedSizePortion);
DMCObjectStreamer.h136 StringRef FixedSizePortion) override;
DMCStreamer.h709 StringRef FixedSizePortion);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCFragment.h495 SmallString<32> FixedSizePortion; variable
504 StringRef FixedSizePortion, MCSection *Sec = nullptr)
507 FixedSizePortion(FixedSizePortion) {}
513 StringRef getFixedSizePortion() const { return FixedSizePortion; } in getFixedSizePortion()
DMCCodeView.h199 StringRef FixedSizePortion);
DMCObjectStreamer.h164 StringRef FixedSizePortion) override;
DMCStreamer.h891 StringRef FixedSizePortion);
/external/llvm/lib/MC/
DMCCodeView.cpp254 StringRef FixedSizePortion) { in emitDefRange() argument
257 new MCCVDefRangeFragment(Ranges, FixedSizePortion, in emitDefRange()
407 StringRef FixedSizePortion = Frag.getFixedSizePortion(); in encodeDefRange() local
411 FixedSizePortion.size() + sizeof(LocalVariableAddrRange); in encodeDefRange()
415 OS << FixedSizePortion; in encodeDefRange()
DMCObjectStreamer.cpp402 StringRef FixedSizePortion) { in EmitCVDefRangeDirective() argument
403 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
404 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
DMCAsmStreamer.cpp230 StringRef FixedSizePortion) override;
1146 StringRef FixedSizePortion) { in EmitCVDefRangeDirective() argument
1155 PrintQuotedString(FixedSizePortion, OS); in EmitCVDefRangeDirective()
1157 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
DMCStreamer.cpp225 StringRef FixedSizePortion) {} in EmitCVDefRangeDirective() argument
/external/llvm-project/llvm/include/llvm/MC/
DMCFragment.h536 SmallString<32> FixedSizePortion; variable
545 StringRef FixedSizePortion, MCSection *Sec = nullptr)
548 FixedSizePortion(FixedSizePortion) {}
554 StringRef getFixedSizePortion() const { return FixedSizePortion; } in getFixedSizePortion()
DMCCodeView.h197 StringRef FixedSizePortion);
DMCObjectStreamer.h164 StringRef FixedSizePortion) override;
DMCStreamer.h936 StringRef FixedSizePortion);
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp437 StringRef FixedSizePortion) { in emitDefRange() argument
440 return new MCCVDefRangeFragment(Ranges, FixedSizePortion, in emitDefRange()
656 StringRef FixedSizePortion = Frag.getFixedSizePortion(); in encodeDefRange() local
659 size_t RecordSize = FixedSizePortion.size() + in encodeDefRange()
664 OS << FixedSizePortion; in encodeDefRange()
DMCObjectStreamer.cpp555 StringRef FixedSizePortion) { in emitCVDefRangeDirective() argument
557 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective()
561 this->MCStreamer::emitCVDefRangeDirective(Ranges, FixedSizePortion); in emitCVDefRangeDirective()
DMCStreamer.cpp360 StringRef FixedSizePortion) {} in emitCVDefRangeDirective() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp437 StringRef FixedSizePortion) { in emitDefRange() argument
440 return new MCCVDefRangeFragment(Ranges, FixedSizePortion, in emitDefRange()
659 StringRef FixedSizePortion = Frag.getFixedSizePortion(); in encodeDefRange() local
662 size_t RecordSize = FixedSizePortion.size() + in encodeDefRange()
667 OS << FixedSizePortion; in encodeDefRange()
DMCObjectStreamer.cpp550 StringRef FixedSizePortion) { in EmitCVDefRangeDirective() argument
552 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
556 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
DMCStreamer.cpp347 StringRef FixedSizePortion) {} in EmitCVDefRangeDirective() argument
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3412 std::string FixedSizePortion; in parseDirectiveCVDefRange() local
3413 if (parseEscapedString(FixedSizePortion)) in parseDirectiveCVDefRange()
3417 getStreamer().EmitCVDefRangeDirective(Ranges, FixedSizePortion); in parseDirectiveCVDefRange()