Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp29 CodeViewContext::CodeViewContext() = default;
31 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()
47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()
87 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()
139 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()
162 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()
171 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { in emitStringTable()
266 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
276 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()
458 MCFragment *CodeViewContext::emitDefRange( in emitDefRange()
[all …]
H A DMCContext.cpp1009 CodeViewContext &MCContext::getCVContext() { in getCVContext()
1011 CVContext.reset(new CodeViewContext); in getCVContext()
H A DMCStreamer.cpp327 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h48 friend class CodeViewContext;
144 class CodeViewContext {
146 CodeViewContext();
147 ~CodeViewContext();
149 CodeViewContext &operator=(const CodeViewContext &other) = delete;
150 CodeViewContext(const CodeViewContext &other) = delete;
H A DMCContext.h44 class CodeViewContext; variable
124 std::unique_ptr<CodeViewContext> CVContext;
454 CodeViewContext &getCVContext();
H A DMCFragment.h527 friend class CodeViewContext; variable
556 friend class CodeViewContext; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp230 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
H A DMasmParser.cpp499 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()