Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h160 void EmitCVDefRangeDirective(
H A DMCStreamer.h855 virtual void EmitCVDefRangeDirective(
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp497 void MCObjectStreamer::EmitCVDefRangeDirective( in EmitCVDefRangeDirective() function in MCObjectStreamer
505 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
H A DMCAsmStreamer.cpp260 void EmitCVDefRangeDirective(
1374 void MCAsmStreamer::EmitCVDefRangeDirective( in EmitCVDefRangeDirective() function in MCAsmStreamer
1387 this->MCStreamer::EmitCVDefRangeDirective(Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
H A DMCStreamer.cpp326 void MCStreamer::EmitCVDefRangeDirective( in EmitCVDefRangeDirective() function in MCStreamer
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2638 OS.EmitCVDefRangeDirective(DefRange.Ranges, BytePrefix); in emitLocalVariable()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3831 getStreamer().EmitCVDefRangeDirective(Ranges, FixedSizePortion); in parseDirectiveCVDefRange()