/external/llvm/include/llvm/MC/ |
D | MCFragment.h | 535 SmallString<32> FixedSizePortion; 544 StringRef FixedSizePortion, MCSection *Sec = nullptr) 547 FixedSizePortion(FixedSizePortion) {} 555 StringRef getFixedSizePortion() const { return FixedSizePortion; }
|
D | MCCodeView.h | 172 StringRef FixedSizePortion);
|
D | MCObjectStreamer.h | 136 StringRef FixedSizePortion) override;
|
D | MCStreamer.h | 709 StringRef FixedSizePortion);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCFragment.h | 495 SmallString<32> FixedSizePortion; variable 504 StringRef FixedSizePortion, MCSection *Sec = nullptr) 507 FixedSizePortion(FixedSizePortion) {} 513 StringRef getFixedSizePortion() const { return FixedSizePortion; } in getFixedSizePortion()
|
D | MCCodeView.h | 199 StringRef FixedSizePortion);
|
D | MCObjectStreamer.h | 164 StringRef FixedSizePortion) override;
|
D | MCStreamer.h | 891 StringRef FixedSizePortion);
|
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 254 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()
|
D | MCObjectStreamer.cpp | 402 StringRef FixedSizePortion) { in EmitCVDefRangeDirective() argument 403 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in EmitCVDefRangeDirective() 404 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
|
D | MCAsmStreamer.cpp | 230 StringRef FixedSizePortion) override; 1146 StringRef FixedSizePortion) { in EmitCVDefRangeDirective() argument 1155 PrintQuotedString(FixedSizePortion, OS); in EmitCVDefRangeDirective() 1157 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
|
D | MCStreamer.cpp | 225 StringRef FixedSizePortion) {} in EmitCVDefRangeDirective() argument
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCFragment.h | 536 SmallString<32> FixedSizePortion; variable 545 StringRef FixedSizePortion, MCSection *Sec = nullptr) 548 FixedSizePortion(FixedSizePortion) {} 554 StringRef getFixedSizePortion() const { return FixedSizePortion; } in getFixedSizePortion()
|
D | MCCodeView.h | 197 StringRef FixedSizePortion);
|
D | MCObjectStreamer.h | 164 StringRef FixedSizePortion) override;
|
D | MCStreamer.h | 936 StringRef FixedSizePortion);
|
/external/llvm-project/llvm/lib/MC/ |
D | MCCodeView.cpp | 437 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()
|
D | MCObjectStreamer.cpp | 555 StringRef FixedSizePortion) { in emitCVDefRangeDirective() argument 557 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective() 561 this->MCStreamer::emitCVDefRangeDirective(Ranges, FixedSizePortion); in emitCVDefRangeDirective()
|
D | MCStreamer.cpp | 360 StringRef FixedSizePortion) {} in emitCVDefRangeDirective() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 437 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()
|
D | MCObjectStreamer.cpp | 550 StringRef FixedSizePortion) { in EmitCVDefRangeDirective() argument 552 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in EmitCVDefRangeDirective() 556 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
|
D | MCStreamer.cpp | 347 StringRef FixedSizePortion) {} in EmitCVDefRangeDirective() argument
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3412 std::string FixedSizePortion; in parseDirectiveCVDefRange() local 3413 if (parseEscapedString(FixedSizePortion)) in parseDirectiveCVDefRange() 3417 getStreamer().EmitCVDefRangeDirective(Ranges, FixedSizePortion); in parseDirectiveCVDefRange()
|