Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp525 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()
DMCStreamer.cpp274 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()
DMCAssembler.cpp1100 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable()
1107 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
DMCContext.cpp680 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
DMCAsmStreamer.cpp1348 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
/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/llvm-project/llvm/lib/MC/
DMCObjectStreamer.cpp530 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
538 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in emitCVLinetableDirective()
546 getContext().getCVContext().emitInlineLineTableForFunction( in emitCVInlineLinetableDirective()
557 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective()
565 getContext().getCVContext().emitStringTable(*this); in emitCVStringTableDirective()
568 getContext().getCVContext().emitFileChecksums(*this); in emitCVFileChecksumsDirective()
572 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in emitCVFileChecksumOffsetDirective()
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()
DMCAssembler.cpp1162 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable()
1169 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
DMCContext.cpp813 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
DMCAsmStreamer.cpp1505 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/external/llvm/include/llvm/MC/
DMCContext.h253 CodeViewContext &getCVContext();
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h370 CodeViewContext &getCVContext();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h324 CodeViewContext &getCVContext();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp213 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anonc5bb10d40111::AsmParser
3645 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
3981 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp212 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon20a52ce00111::AsmParser
3672 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
4008 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
DMasmParser.cpp476 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anond7a80e8d0111::MasmParser
4789 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
5125 getCVContext().addToStringTable(Data); in parseDirectiveCVString()