Searched refs:CodeViewContext (Results 1 – 9 of 9) sorted by relevance
28 CodeViewContext::CodeViewContext() {} in CodeViewContext() function in CodeViewContext30 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()46 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()86 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()138 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()161 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()170 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { in emitStringTable()265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()275 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()434 MCFragment *CodeViewContext::emitDefRange( in emitDefRange()[all …]
908 CodeViewContext &MCContext::getCVContext() { in getCVContext()910 CVContext.reset(new CodeViewContext); in getCVContext()
316 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
27 class CodeViewContext; variable41 friend class CodeViewContext;137 class CodeViewContext {139 CodeViewContext();140 ~CodeViewContext();
47 class CodeViewContext; variable107 std::unique_ptr<CodeViewContext> CVContext;431 CodeViewContext &getCVContext();
513 friend class CodeViewContext; variable542 friend class CodeViewContext; variable
356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
231 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
485 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()