Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCObjectStreamer.cpp594 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
602 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in emitCVLinetableDirective()
610 getContext().getCVContext().emitInlineLineTableForFunction( in emitCVInlineLinetableDirective()
621 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective()
629 getContext().getCVContext().emitStringTable(*this); in emitCVStringTableDirective()
632 getContext().getCVContext().emitFileChecksums(*this); in emitCVFileChecksumsDirective()
636 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in emitCVFileChecksumOffsetDirective()
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()
DMCAssembler.cpp1140 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable()
1147 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
DMCContext.cpp1000 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
DMCAsmStreamer.cpp1691 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCContext.h454 CodeViewContext &getCVContext();
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DAsmParser.cpp228 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon9045af050111::AsmParser
3792 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
4123 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
DMasmParser.cpp499 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon3b58d5520111::MasmParser
5095 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
5428 getCVContext().addToStringTable(Data); in parseDirectiveCVString()