Home
last modified time | relevance | path

Searched refs:getCVContext (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp525 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in EmitCVLocDirective()
533 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in EmitCVLinetableDirective()
541 getContext().getCVContext().emitInlineLineTableForFunction( in EmitCVInlineLinetableDirective()
552 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
560 getContext().getCVContext().emitStringTable(*this); in EmitCVStringTableDirective()
563 getContext().getCVContext().emitFileChecksums(*this); in EmitCVFileChecksumsDirective()
567 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in EmitCVFileChecksumOffsetDirective()
DMCStreamer.cpp274 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
279 return getContext().getCVContext().recordFunctionId(FunctionId); in EmitCVFuncIdDirective()
286 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in EmitCVInlineSiteIdDirective()
292 return getContext().getCVContext().recordInlinedCallSiteId( in EmitCVInlineSiteIdDirective()
303 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
DMCAssembler.cpp1100 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable()
1107 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
DMCContext.cpp680 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
DMCAsmStreamer.cpp1348 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h324 CodeViewContext &getCVContext();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp213 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anondd5330740111::AsmParser
3645 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
3981 getCVContext().addToStringTable(Data); in parseDirectiveCVString()