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()435 MCFragment *CodeViewContext::emitDefRange( in emitDefRange()[all …]
969 CodeViewContext &MCContext::getCVContext() { in getCVContext()971 CVContext.reset(new CodeViewContext); in getCVContext()
326 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
48 friend class CodeViewContext;144 class CodeViewContext {146 CodeViewContext();147 ~CodeViewContext();
44 class CodeViewContext; variable124 std::unique_ptr<CodeViewContext> CVContext;455 CodeViewContext &getCVContext();
525 friend class CodeViewContext; variable554 friend class CodeViewContext; variable
357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
230 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
482 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()