Searched refs:CodeViewContext (Results 1 – 13 of 13) sorted by relevance
28 CodeViewContext::CodeViewContext() {} in CodeViewContext() function in CodeViewContext30 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()39 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber()46 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()86 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()99 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId()130 void CodeViewContext::recordCVLoc(MCContext &Ctx, const MCSymbol *Label, in recordCVLoc()138 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()147 std::pair<StringRef, unsigned> CodeViewContext::addToStringTable(StringRef S) { in addToStringTable()[all …]
680 CodeViewContext &MCContext::getCVContext() { in getCVContext()682 CVContext.reset(new CodeViewContext); in getCVContext()
303 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
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()
27 class CodeViewContext; variable41 friend class CodeViewContext;137 class CodeViewContext {139 CodeViewContext();140 ~CodeViewContext();
44 class CodeViewContext; variable85 std::unique_ptr<CodeViewContext> CVContext;324 CodeViewContext &getCVContext();
470 friend class CodeViewContext; variable499 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;
356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
213 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()