• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/

Lines Matching refs:CodeViewContext

28 CodeViewContext::CodeViewContext() {}
30 CodeViewContext::~CodeViewContext() {
39 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const {
46 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber,
78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) {
86 bool CodeViewContext::recordFunctionId(unsigned FuncId) {
99 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc,
130 void CodeViewContext::recordCVLoc(MCContext &Ctx, const MCSymbol *Label,
138 MCDataFragment *CodeViewContext::getStringTableFragment() {
147 std::pair<StringRef, unsigned> CodeViewContext::addToStringTable(StringRef S) {
161 unsigned CodeViewContext::getStringTableOffset(StringRef S) {
170 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) {
192 void CodeViewContext::emitFileChecksums(MCObjectStreamer &OS) {
247 void CodeViewContext::emitFileChecksumOffset(MCObjectStreamer &OS,
265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) {
275 CodeViewContext::getFunctionLineEntries(unsigned FuncId) {
310 std::pair<size_t, size_t> CodeViewContext::getLineExtent(unsigned FuncId) {
318 ArrayRef<MCCVLoc> CodeViewContext::getLinesForExtent(size_t L, size_t R) {
326 void CodeViewContext::emitLineTableForFunction(MCObjectStreamer &OS,
421 void CodeViewContext::emitInlineLineTableForFunction(MCObjectStreamer &OS,
434 MCFragment *CodeViewContext::emitDefRange(
461 void CodeViewContext::encodeInlineLineTable(MCAsmLayout &Layout,
608 void CodeViewContext::encodeDefRange(MCAsmLayout &Layout,