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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h27 class CodeViewContext;
40 private: // CodeViewContext manages these
41 friend class CodeViewContext;
137 class CodeViewContext { class in namespace:llvm
139 CodeViewContext();
140 ~CodeViewContext();
H A DMCContext.h45 class CodeViewContext;
87 std::unique_ptr<CodeViewContext> CVContext;
369 CodeViewContext &getCVContext();
H A DMCFragment.h476 /// CodeViewContext has the real knowledge about this format, so let it access
478 friend class CodeViewContext;
505 /// CodeViewContext has the real knowledge about this format, so let it access
507 friend class CodeViewContext;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp28 CodeViewContext::CodeViewContext() {} function in class:CodeViewContext
30 CodeViewContext::~CodeViewContext() {
39 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const {
46 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber,
78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) {
86 bool CodeViewContext::recordFunctionId(unsigned FuncId) {
99 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc,
130 void CodeViewContext
[all...]
H A DMCContext.cpp801 CodeViewContext &MCContext::getCVContext() {
803 CVContext.reset(new CodeViewContext);
H A DMCStreamer.cpp298 CodeViewContext &CVC = getContext().getCVContext();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp356 CodeViewContext &CVCtx = OS.getContext().getCVContext();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp211 CodeViewContext &getCVContext() { return Ctx.getCVContext(); }
H A DMasmParser.cpp465 CodeViewContext &getCVContext() { return Ctx.getCVContext(); }

Completed in 213 milliseconds