/external/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()
|
/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/llvm-project/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 530 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()
|
D | MCStreamer.cpp | 287 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()
|
D | MCAssembler.cpp | 1162 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable() 1169 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
|
D | MCContext.cpp | 813 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
|
D | MCAsmStreamer.cpp | 1505 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 253 CodeViewContext &getCVContext();
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 370 CodeViewContext &getCVContext();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 324 CodeViewContext &getCVContext();
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 213 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/ |
D | AsmParser.cpp | 212 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()
|
D | MasmParser.cpp | 476 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()
|