Searched refs:getCVContext (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 591 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 D | MCStreamer.cpp | 298 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 D | MCAssembler.cpp | 1168 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable() 1175 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
|
| H A D | MCContext.cpp | 1009 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
|
| H A D | MCAsmStreamer.cpp | 1759 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 454 CodeViewContext &getCVContext();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 230 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 D | MasmParser.cpp | 499 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()
|