Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp29 CodeViewContext::CodeViewContext() {} in CodeViewContext() function in CodeViewContext
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.cpp602 CodeViewContext &MCContext::getCVContext() { in getCVContext()
604 CVContext.reset(new CodeViewContext); in getCVContext()
H A DMCStreamer.cpp296 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodeView.h28 class CodeViewContext; variable
42 friend class CodeViewContext;
138 class CodeViewContext {
140 CodeViewContext();
141 ~CodeViewContext();
H A DMCContext.h43 class CodeViewContext; variable
83 std::unique_ptr<CodeViewContext> CVContext;
299 CodeViewContext &getCVContext();
H A DMCFragment.h608 friend class CodeViewContext; variable
642 friend class CodeViewContext; variable
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp212 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()