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.cpp541 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
549 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in emitCVLinetableDirective()
557 getContext().getCVContext().emitInlineLineTableForFunction( in emitCVInlineLinetableDirective()
567 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective()
574 getContext().getCVContext().emitStringTable(*this); in emitCVStringTableDirective()
577 getContext().getCVContext().emitFileChecksums(*this); in emitCVFileChecksumsDirective()
581 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in emitCVFileChecksumOffsetDirective()
H A DMCStreamer.cpp279 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
284 return getContext().getCVContext().recordFunctionId(FunctionId); in emitCVFuncIdDirective()
291 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in emitCVInlineSiteIdDirective()
297 return getContext().getCVContext().recordInlinedCallSiteId( in emitCVInlineSiteIdDirective()
308 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
H A DMCWinCOFFStreamer.cpp434 getContext().getCVContext().finish(); in finishImpl()
H A DMCAssembler.cpp1042 getContext().getCVContext().encodeInlineLineTable(*this, F); in relaxCVInlineLineTable()
1048 getContext().getCVContext().encodeDefRange(*this, F); in relaxCVDefRange()
H A DMCContext.cpp1104 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
H A DMCAsmStreamer.cpp1752 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp365 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h422 LLVM_ABI CodeViewContext &getCVContext();
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp219 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon4b9616090111::AsmParser
3748 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
4064 getCVContext().addToStringTable(Data); in parseDirectiveCVString()