Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.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()
H A DMCStreamer.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()
H A DMCAssembler.cpp1258 getContext().getCVContext().encodeInlineLineTable(*this, F); in relaxCVInlineLineTable()
1264 getContext().getCVContext().encodeDefRange(*this, F); in relaxCVDefRange()
H A DMCContext.cpp1012 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
H A DMCAsmStreamer.cpp1779 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h422 CodeViewContext &getCVContext();
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp230 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon4b9616090111::AsmParser
3802 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
4133 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
H A DMasmParser.cpp499 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon60b61cd60111::MasmParser
5063 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
5396 getCVContext().addToStringTable(Data); in parseDirectiveCVString()