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(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()
240 void CodeViewContext::emitInlineLineTableForFunction( in emitInlineLineTableForFunction()
251 void CodeViewContext::emitDefRange( in emitDefRange()
278 void CodeViewContext::encodeInlineLineTable(MCAsmLayout &Layout, in encodeInlineLineTable()
381 void CodeViewContext::encodeDefRange(MCAsmLayout &Layout, in encodeDefRange()