Searched refs:getCVContext (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 592 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 D | MCStreamer.cpp | 297 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 D | MCAssembler.cpp | 1140 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable() 1147 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
|
| H A D | MCContext.cpp | 969 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
|
| H A D | MCAsmStreamer.cpp | 1659 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 455 CodeViewContext &getCVContext();
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 230 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 D | MasmParser.cpp | 482 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()
|