Searched refs:CodeViewContext (Results 1 – 9 of 9) sorted by relevance
29 CodeViewContext::CodeViewContext() = default;31 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()87 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()139 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()162 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()171 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { in emitStringTable()266 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()276 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()458 MCFragment *CodeViewContext::emitDefRange( in emitDefRange()[all …]
1009 CodeViewContext &MCContext::getCVContext() { in getCVContext()1011 CVContext.reset(new CodeViewContext); in getCVContext()
327 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
48 friend class CodeViewContext;144 class CodeViewContext {146 CodeViewContext();147 ~CodeViewContext();149 CodeViewContext &operator=(const CodeViewContext &other) = delete;150 CodeViewContext(const CodeViewContext &other) = delete;
44 class CodeViewContext; variable124 std::unique_ptr<CodeViewContext> CVContext;454 CodeViewContext &getCVContext();
527 friend class CodeViewContext; variable556 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()