Searched refs:getCVContext (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 525 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in EmitCVLocDirective() 533 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in EmitCVLinetableDirective() 541 getContext().getCVContext().emitInlineLineTableForFunction( in EmitCVInlineLinetableDirective() 552 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in EmitCVDefRangeDirective() 560 getContext().getCVContext().emitStringTable(*this); in EmitCVStringTableDirective() 563 getContext().getCVContext().emitFileChecksums(*this); in EmitCVFileChecksumsDirective() 567 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in EmitCVFileChecksumOffsetDirective()
|
D | MCStreamer.cpp | 274 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective() 279 return getContext().getCVContext().recordFunctionId(FunctionId); in EmitCVFuncIdDirective() 286 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in EmitCVInlineSiteIdDirective() 292 return getContext().getCVContext().recordInlinedCallSiteId( in EmitCVInlineSiteIdDirective() 303 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
|
D | MCAssembler.cpp | 1100 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable() 1107 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
|
D | MCContext.cpp | 680 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
|
D | MCAsmStreamer.cpp | 1348 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 324 CodeViewContext &getCVContext();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 213 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anondd5330740111::AsmParser 3645 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId() 3981 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
|