Searched refs:CodeViewContext (Results 1 – 9 of 9) sorted by relevance
29 CodeViewContext::CodeViewContext() = default;31 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 void CodeViewContext::recordCVLoc(MCContext &Ctx, const MCSymbol *Label, in recordCVLoc()139 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()148 std::pair<StringRef, unsigned> CodeViewContext::addToStringTable(StringRef S) { in addToStringTable()[all …]
1000 CodeViewContext &MCContext::getCVContext() { in getCVContext()1002 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;454 CodeViewContext &getCVContext();
525 friend class CodeViewContext; variable554 friend class CodeViewContext; variable
357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
228 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
499 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()