Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCCodeView.cpp28 CodeViewContext::CodeViewContext() {} in CodeViewContext() function in CodeViewContext
30 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()
39 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber()
46 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()
78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
86 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()
99 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId()
130 void CodeViewContext::recordCVLoc(MCContext &Ctx, const MCSymbol *Label, in recordCVLoc()
138 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()
147 std::pair<StringRef, unsigned> CodeViewContext::addToStringTable(StringRef S) { in addToStringTable()
[all …]
DMCContext.cpp908 CodeViewContext &MCContext::getCVContext() { in getCVContext()
910 CVContext.reset(new CodeViewContext); in getCVContext()
DMCStreamer.cpp316 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCCodeView.h27 class CodeViewContext; variable
41 friend class CodeViewContext;
137 class CodeViewContext {
139 CodeViewContext();
140 ~CodeViewContext();
DMCContext.h47 class CodeViewContext; variable
107 std::unique_ptr<CodeViewContext> CVContext;
431 CodeViewContext &getCVContext();
DMCFragment.h513 friend class CodeViewContext; variable
542 friend class CodeViewContext; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp231 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
DMasmParser.cpp485 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()