Lines Matching refs:CodeViewContext
28 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()
37 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber()
44 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()
76 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
84 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()
97 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId()
128 void CodeViewContext::recordCVLoc(MCContext &Ctx, const MCSymbol *Label, in recordCVLoc()
136 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()
145 std::pair<StringRef, unsigned> CodeViewContext::addToStringTable(StringRef S) { in addToStringTable()
159 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()
168 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { in emitStringTable()
190 void CodeViewContext::emitFileChecksums(MCObjectStreamer &OS) { in emitFileChecksums()
245 void CodeViewContext::emitFileChecksumOffset(MCObjectStreamer &OS, in emitFileChecksumOffset()
263 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
273 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()
311 std::pair<size_t, size_t> CodeViewContext::getLineExtent(unsigned FuncId) { in getLineExtent()
320 CodeViewContext::getLineExtentIncludingInlinees(unsigned FuncId) { in getLineExtentIncludingInlinees()
339 ArrayRef<MCCVLoc> CodeViewContext::getLinesForExtent(size_t L, size_t R) { in getLinesForExtent()
347 void CodeViewContext::emitLineTableForFunction(MCObjectStreamer &OS, in emitLineTableForFunction()
442 void CodeViewContext::emitInlineLineTableForFunction(MCObjectStreamer &OS, in emitInlineLineTableForFunction()
455 MCFragment *CodeViewContext::emitDefRange( in emitDefRange()
484 void CodeViewContext::encodeInlineLineTable(const MCAssembler &Asm, in encodeInlineLineTable()
621 void CodeViewContext::encodeDefRange(const MCAssembler &Asm, in encodeDefRange()