Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp592 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
600 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in emitCVLinetableDirective()
608 getContext().getCVContext().emitInlineLineTableForFunction( in emitCVInlineLinetableDirective()
619 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective()
627 getContext().getCVContext().emitStringTable(*this); in emitCVStringTableDirective()
630 getContext().getCVContext().emitFileChecksums(*this); in emitCVFileChecksumsDirective()
634 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.cpp1140 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable()
1147 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
H A DMCContext.cpp969 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
H A DMCAsmStreamer.cpp1659 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h455 CodeViewContext &getCVContext();
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp230 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon84a98b390111::AsmParser
3791 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
4122 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
H A DMasmParser.cpp482 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anonbc3838060111::MasmParser
5080 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
5413 getCVContext().addToStringTable(Data); in parseDirectiveCVString()