Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp28 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()
37 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber()
44 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()
76 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
84 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()
97 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId()
128 void CodeViewContext::recordCVLoc(MCContext &Ctx, const MCSymbol *Label, in recordCVLoc()
136 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()
145 std::pair<StringRef, unsigned> CodeViewContext::addToStringTable(StringRef S) { in addToStringTable()
159 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset()
[all …]
H A DMCContext.cpp1012 CodeViewContext &MCContext::getCVContext() { in getCVContext()
1014 CVContext.reset(new CodeViewContext(this)); in getCVContext()
H A DMCStreamer.cpp326 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h48 friend class CodeViewContext;
144 class CodeViewContext {
146 CodeViewContext(MCContext *MCCtx) : MCCtx(MCCtx) {} in CodeViewContext() function
147 ~CodeViewContext();
149 CodeViewContext &operator=(const CodeViewContext &other) = delete;
150 CodeViewContext(const CodeViewContext &other) = delete;
H A DMCContext.h46 class CodeViewContext; variable
131 std::unique_ptr<CodeViewContext> CVContext;
422 CodeViewContext &getCVContext();
H A DMCFragment.h511 friend class CodeViewContext; variable
539 friend class CodeViewContext; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/freebsd/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()