Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectStreamer.cpp383 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in EmitCVLinetableDirective()
392 getContext().getCVContext().emitInlineLineTableForFunction( in EmitCVInlineLinetableDirective()
403 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
408 getContext().getCVContext().emitStringTable(*this); in EmitCVStringTableDirective()
411 getContext().getCVContext().emitFileChecksums(*this); in EmitCVFileChecksumsDirective()
DMCContext.cpp491 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
498 return getCVContext().addFile(FileNumber, FileName) ? FileNumber : 0; in getCVFile()
502 return getCVContext().isValidFileNumber(FileNumber); in isValidCVFileNumber()
DMCAssembler.cpp839 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable()
846 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
DMCCodeView.cpp457 MCOS->getContext().getCVContext().addLineEntry(LineEntry); in Make()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp457 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in EmitCVLinetableDirective()
465 getContext().getCVContext().emitInlineLineTableForFunction( in EmitCVInlineLinetableDirective()
475 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in EmitCVDefRangeDirective()
480 getContext().getCVContext().emitStringTable(*this); in EmitCVStringTableDirective()
483 getContext().getCVContext().emitFileChecksums(*this); in EmitCVFileChecksumsDirective()
487 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in EmitCVFileChecksumOffsetDirective()
DMCStreamer.cpp248 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
253 return getContext().getCVContext().recordFunctionId(FunctionId); in EmitCVFuncIdDirective()
260 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in EmitCVInlineSiteIdDirective()
266 return getContext().getCVContext().recordInlinedCallSiteId( in EmitCVInlineSiteIdDirective()
274 CodeViewContext &CVC = getContext().getCVContext(); in EmitCVLocDirective()
DMCAssembler.cpp1015 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable()
1022 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
DMCContext.cpp602 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
DMCCodeView.cpp696 CodeViewContext &CVC = MCOS->getContext().getCVContext(); in Make()
DMCAsmStreamer.cpp1261 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
1306 unsigned OldIsStmt = getContext().getCVContext().getCurrentCVLoc().isStmt(); in EmitCVLocDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp314 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/external/llvm/include/llvm/MC/
DMCContext.h253 CodeViewContext &getCVContext();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h299 CodeViewContext &getCVContext();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp209 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon9e97402c0111::AsmParser
3575 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()