Searched refs:CodeViewContext (Results 1 – 13 of 13) sorted by relevance
29 CodeViewContext::CodeViewContext() {} in CodeViewContext() function in CodeViewContext31 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()40 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber()47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()79 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()87 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()100 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId()131 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()140 std::pair<StringRef, unsigned> CodeViewContext::addToStringTable(StringRef S) { in addToStringTable()154 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()[all …]
602 CodeViewContext &MCContext::getCVContext() { in getCVContext()604 CVContext.reset(new CodeViewContext); in getCVContext()
274 CodeViewContext &CVC = getContext().getCVContext(); in EmitCVLocDirective()
29 CodeViewContext::CodeViewContext() {} in CodeViewContext() function in CodeViewContext31 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()40 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber()47 bool CodeViewContext::addFile(unsigned FileNumber, StringRef Filename) { in addFile()68 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()77 StringRef CodeViewContext::addToStringTable(StringRef S) { in addToStringTable()90 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()99 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { in emitStringTable()121 void CodeViewContext::emitFileChecksums(MCObjectStreamer &OS) { in emitFileChecksums()148 void CodeViewContext::emitLineTableForFunction(MCObjectStreamer &OS, in emitLineTableForFunction()[all …]
491 CodeViewContext &MCContext::getCVContext() { in getCVContext()493 CVContext.reset(new CodeViewContext); in getCVContext()
28 class CodeViewContext; variable41 friend class CodeViewContext;158 class CodeViewContext {160 CodeViewContext();161 ~CodeViewContext();
43 class CodeViewContext; variable83 std::unique_ptr<CodeViewContext> CVContext;299 CodeViewContext &getCVContext();
608 friend class CodeViewContext; variable642 friend class CodeViewContext; variable
108 class CodeViewContext {110 CodeViewContext();111 ~CodeViewContext();
46 class CodeViewContext; variable71 std::unique_ptr<CodeViewContext> CVContext;253 CodeViewContext &getCVContext();
503 friend class CodeViewContext;539 friend class CodeViewContext;
314 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
209 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()