Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp591 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
599 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in emitCVLinetableDirective()
607 getContext().getCVContext().emitInlineLineTableForFunction( in emitCVInlineLinetableDirective()
618 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective()
626 getContext().getCVContext().emitStringTable(*this); in emitCVStringTableDirective()
629 getContext().getCVContext().emitFileChecksums(*this); in emitCVFileChecksumsDirective()
633 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in emitCVFileChecksumOffsetDirective()
H A DMCStreamer.cpp298 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
303 return getContext().getCVContext().recordFunctionId(FunctionId); in emitCVFuncIdDirective()
310 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in emitCVInlineSiteIdDirective()
316 return getContext().getCVContext().recordInlinedCallSiteId( in emitCVInlineSiteIdDirective()
327 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
H A DMCAssembler.cpp1168 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable()
1175 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
H A DMCContext.cpp1009 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
H A DMCAsmStreamer.cpp1759 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h454 CodeViewContext &getCVContext();
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp230 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon42fec27f0111::AsmParser
3800 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
4131 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
H A DMasmParser.cpp499 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon4534580c0111::MasmParser
5062 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
5395 getCVContext().addToStringTable(Data); in parseDirectiveCVString()