Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp505 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
513 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in emitCVLinetableDirective()
521 getContext().getCVContext().emitInlineLineTableForFunction( in emitCVInlineLinetableDirective()
531 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective()
538 getContext().getCVContext().emitStringTable(*this); in emitCVStringTableDirective()
541 getContext().getCVContext().emitFileChecksums(*this); in emitCVFileChecksumsDirective()
545 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in emitCVFileChecksumOffsetDirective()
HDMCStreamer.cpp297 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
302 return getContext().getCVContext().recordFunctionId(FunctionId); in emitCVFuncIdDirective()
309 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in emitCVInlineSiteIdDirective()
315 return getContext().getCVContext().recordInlinedCallSiteId( in emitCVInlineSiteIdDirective()
326 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
HDMCAssembler.cpp1258 getContext().getCVContext().encodeInlineLineTable(*this, F); in relaxCVInlineLineTable()
1264 getContext().getCVContext().encodeDefRange(*this, F); in relaxCVDefRange()
HDMCContext.cpp1012 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
HDMCAsmStreamer.cpp1779 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86WinCOFFTargetStreamer.cpp357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCContext.h422 CodeViewContext &getCVContext();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp230 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon90dde1020111::AsmParser
3802 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
4133 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
HDMasmParser.cpp499 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon4ef746ef0111::MasmParser
5063 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
5396 getCVContext().addToStringTable(Data); in parseDirectiveCVString()