Lines Matching refs:CodeViewContext

28 CodeViewContext::CodeViewContext() {}  in CodeViewContext()  function in CodeViewContext
30 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()
161 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()
170 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { in emitStringTable()
192 void CodeViewContext::emitFileChecksums(MCObjectStreamer &OS) { in emitFileChecksums()
247 void CodeViewContext::emitFileChecksumOffset(MCObjectStreamer &OS, in emitFileChecksumOffset()
265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
275 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()
310 std::pair<size_t, size_t> CodeViewContext::getLineExtent(unsigned FuncId) { in getLineExtent()
318 ArrayRef<MCCVLoc> CodeViewContext::getLinesForExtent(size_t L, size_t R) { in getLinesForExtent()
326 void CodeViewContext::emitLineTableForFunction(MCObjectStreamer &OS, in emitLineTableForFunction()
421 void CodeViewContext::emitInlineLineTableForFunction(MCObjectStreamer &OS, in emitInlineLineTableForFunction()
434 MCFragment *CodeViewContext::emitDefRange( in emitDefRange()
461 void CodeViewContext::encodeInlineLineTable(MCAsmLayout &Layout, in encodeInlineLineTable()
605 void CodeViewContext::encodeDefRange(MCAsmLayout &Layout, in encodeDefRange()