Searched refs:CodeViewContext (Results 1 – 9 of 9) sorted by relevance
28 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()37 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber()44 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()76 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()84 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()97 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId()128 void CodeViewContext::recordCVLoc(MCContext &Ctx, const MCSymbol *Label, in recordCVLoc()136 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()145 std::pair<StringRef, unsigned> CodeViewContext::addToStringTable(StringRef S) { in addToStringTable()159 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()[all …]
1012 CodeViewContext &MCContext::getCVContext() { in getCVContext()1014 CVContext.reset(new CodeViewContext(this)); in getCVContext()
326 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
48 friend class CodeViewContext;144 class CodeViewContext {146 CodeViewContext(MCContext *MCCtx) : MCCtx(MCCtx) {} in CodeViewContext() function147 ~CodeViewContext();149 CodeViewContext &operator=(const CodeViewContext &other) = delete;150 CodeViewContext(const CodeViewContext &other) = delete;
46 class CodeViewContext; variable131 std::unique_ptr<CodeViewContext> CVContext;422 CodeViewContext &getCVContext();
511 friend class CodeViewContext; variable539 friend class CodeViewContext; variable
357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
230 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
499 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()