Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
435 MCFragment *CodeViewContext::emitDefRange( in emitDefRange()
[all …]
H A DMCContext.cpp969 CodeViewContext &MCContext::getCVContext() { in getCVContext()
971 CVContext.reset(new CodeViewContext); in getCVContext()
H A DMCStreamer.cpp326 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCCodeView.h48 friend class CodeViewContext;
144 class CodeViewContext {
146 CodeViewContext();
147 ~CodeViewContext();
H A DMCContext.h44 class CodeViewContext; variable
124 std::unique_ptr<CodeViewContext> CVContext;
455 CodeViewContext &getCVContext();
H A DMCFragment.h525 friend class CodeViewContext; variable
554 friend class CodeViewContext; variable
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp230 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
H A DMasmParser.cpp482 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()