Searched refs:getCVContext (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 383 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()
|
D | MCContext.cpp | 491 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()
|
D | MCAssembler.cpp | 839 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable() 846 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
|
D | MCCodeView.cpp | 457 MCOS->getContext().getCVContext().addLineEntry(LineEntry); in Make()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 457 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()
|
D | MCStreamer.cpp | 248 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()
|
D | MCAssembler.cpp | 1015 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable() 1022 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
|
D | MCContext.cpp | 602 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
|
D | MCCodeView.cpp | 696 CodeViewContext &CVC = MCOS->getContext().getCVContext(); in Make()
|
D | MCAsmStreamer.cpp | 1261 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/ |
D | X86WinCOFFTargetStreamer.cpp | 314 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 253 CodeViewContext &getCVContext();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCContext.h | 299 CodeViewContext &getCVContext();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 209 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon9e97402c0111::AsmParser 3575 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()
|