Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp550 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
558 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in emitCVLinetableDirective()
566 getContext().getCVContext().emitInlineLineTableForFunction( in emitCVInlineLinetableDirective()
577 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective()
585 getContext().getCVContext().emitStringTable(*this); in emitCVStringTableDirective()
588 getContext().getCVContext().emitFileChecksums(*this); in emitCVFileChecksumsDirective()
592 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in emitCVFileChecksumOffsetDirective()
H A DMCStreamer.cpp287 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
292 return getContext().getCVContext().recordFunctionId(FunctionId); in EmitCVFuncIdDirective()
299 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in EmitCVInlineSiteIdDirective()
305 return getContext().getCVContext().recordInlinedCallSiteId( in EmitCVInlineSiteIdDirective()
316 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
H A DMCAssembler.cpp1174 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable()
1181 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
H A DMCContext.cpp893 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
H A DMCAsmStreamer.cpp1596 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h428 CodeViewContext &getCVContext();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp226 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon107f35340111::AsmParser
3749 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
4083 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
H A DMasmParser.cpp476 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anonc2c321610111::MasmParser
4807 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
5143 getCVContext().addToStringTable(Data); in parseDirectiveCVString()