Lines Matching refs:CodeViewContext

29 CodeViewContext::CodeViewContext() {}  in CodeViewContext()  function in CodeViewContext
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()
162 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()
171 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { in emitStringTable()
193 void CodeViewContext::emitFileChecksums(MCObjectStreamer &OS) { in emitFileChecksums()
248 void CodeViewContext::emitFileChecksumOffset(MCObjectStreamer &OS, in emitFileChecksumOffset()
266 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
276 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()
311 std::pair<size_t, size_t> CodeViewContext::getLineExtent(unsigned FuncId) { in getLineExtent()
319 ArrayRef<MCCVLoc> CodeViewContext::getLinesForExtent(size_t L, size_t R) { in getLinesForExtent()
327 void CodeViewContext::emitLineTableForFunction(MCObjectStreamer &OS, in emitLineTableForFunction()
422 void CodeViewContext::emitInlineLineTableForFunction(MCObjectStreamer &OS, in emitInlineLineTableForFunction()
435 MCFragment *CodeViewContext::emitDefRange( in emitDefRange()
462 void CodeViewContext::encodeInlineLineTable(MCAsmLayout &Layout, in encodeInlineLineTable()
609 void CodeViewContext::encodeDefRange(MCAsmLayout &Layout, in encodeDefRange()