Searched refs:getCVContext (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MCObjectStreamer.cpp | 594 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()
|
| 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()
|
| D | MCAssembler.cpp | 1140 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable() 1147 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
|
| D | MCContext.cpp | 1000 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
|
| D | MCAsmStreamer.cpp | 1691 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86WinCOFFTargetStreamer.cpp | 357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| D | MCContext.h | 454 CodeViewContext &getCVContext();
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/ |
| D | AsmParser.cpp | 228 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()
|
| D | MasmParser.cpp | 499 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()
|