Searched refs:getCVContext (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 550 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective() 558 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in emitCVLinetableDirective() 566 getContext().getCVContext().emitInlineLineTableForFunction( in emitCVInlineLinetableDirective() 577 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective() 585 getContext().getCVContext().emitStringTable(*this); in emitCVStringTableDirective() 588 getContext().getCVContext().emitFileChecksums(*this); in emitCVFileChecksumsDirective() 592 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in emitCVFileChecksumOffsetDirective()
|
| H A 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()
|
| H A D | MCAssembler.cpp | 1174 getContext().getCVContext().encodeInlineLineTable(Layout, F); in relaxCVInlineLineTable() 1181 getContext().getCVContext().encodeDefRange(Layout, F); in relaxCVDefRange()
|
| H A D | MCContext.cpp | 893 CodeViewContext &MCContext::getCVContext() { in getCVContext() function in MCContext
|
| H A D | MCAsmStreamer.cpp | 1596 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 428 CodeViewContext &getCVContext();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 226 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anon107f35340111::AsmParser 3749 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId() 4083 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
|
| H A D | MasmParser.cpp | 476 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext() function in __anonc2c321610111::MasmParser 4807 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId() 5143 getCVContext().addToStringTable(Data); in parseDirectiveCVString()
|