Home
last modified time | relevance | path

Searched refs:EmitCVDefRangeDirective (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectStreamer.h134 void EmitCVDefRangeDirective(
DMCStreamer.h707 virtual void EmitCVDefRangeDirective(
/external/llvm/lib/MC/
DMCObjectStreamer.cpp400 void MCObjectStreamer::EmitCVDefRangeDirective( in EmitCVDefRangeDirective() function in MCObjectStreamer
404 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
DMCAsmStreamer.cpp228 void EmitCVDefRangeDirective(
1144 void MCAsmStreamer::EmitCVDefRangeDirective( in EmitCVDefRangeDirective() function in MCAsmStreamer
1157 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
DMCStreamer.cpp223 void MCStreamer::EmitCVDefRangeDirective( in EmitCVDefRangeDirective() function in MCStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h151 void EmitCVDefRangeDirective(
DMCStreamer.h841 virtual void EmitCVDefRangeDirective(
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp472 void MCObjectStreamer::EmitCVDefRangeDirective( in EmitCVDefRangeDirective() function in MCObjectStreamer
476 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
DMCAsmStreamer.cpp260 void EmitCVDefRangeDirective(
1352 void MCAsmStreamer::EmitCVDefRangeDirective( in EmitCVDefRangeDirective() function in MCAsmStreamer
1365 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
DMCStreamer.cpp301 void MCStreamer::EmitCVDefRangeDirective( in EmitCVDefRangeDirective() function in MCStreamer
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1910 OS.EmitCVDefRangeDirective(DefRange.Ranges, BytePrefix); in emitLocalVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2458 OS.EmitCVDefRangeDirective(DefRange.Ranges, BytePrefix); in emitLocalVariable()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3417 getStreamer().EmitCVDefRangeDirective(Ranges, FixedSizePortion); in parseDirectiveCVDefRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3812 getStreamer().EmitCVDefRangeDirective(Ranges, FixedSizePortion); in parseDirectiveCVDefRange()