Home
last modified time | relevance | path

Searched refs:CodeViewContext (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp28 CodeViewContext::CodeViewContext() {} in CodeViewContext() function in CodeViewContext
30 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()
46 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()
86 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()
138 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()
161 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()
170 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { in emitStringTable()
265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
275 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()
434 MCFragment *CodeViewContext::emitDefRange( in emitDefRange()
[all …]
H A DMCContext.cpp908 CodeViewContext &MCContext::getCVContext() { in getCVContext()
910 CVContext.reset(new CodeViewContext); in getCVContext()
H A DMCStreamer.cpp316 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h27 class CodeViewContext; variable
41 friend class CodeViewContext;
137 class CodeViewContext {
139 CodeViewContext();
140 ~CodeViewContext();
H A DMCContext.h47 class CodeViewContext; variable
107 std::unique_ptr<CodeViewContext> CVContext;
431 CodeViewContext &getCVContext();
H A DMCFragment.h513 friend class CodeViewContext; variable
542 friend class CodeViewContext; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp231 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
H A DMasmParser.cpp485 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()