Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp29 CodeViewContext::CodeViewContext() = default;
31 CodeViewContext::~CodeViewContext() { in ~CodeViewContext()
40 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber()
47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile()
79 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
87 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()
100 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId()
131 void CodeViewContext::recordCVLoc(MCContext &Ctx, const MCSymbol *Label, in recordCVLoc()
139 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment()
148 std::pair<StringRef, unsigned> CodeViewContext::addToStringTable(StringRef S) { in addToStringTable()
[all …]
H A DMCContext.cpp1000 CodeViewContext &MCContext::getCVContext() { in getCVContext()
1002 CVContext.reset(new CodeViewContext); in getCVContext()
H A DMCStreamer.cpp326 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
/openbsd-src/gnu/llvm/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;
454 CodeViewContext &getCVContext();
H A DMCFragment.h525 friend class CodeViewContext; variable
554 friend class CodeViewContext; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp228 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
H A DMasmParser.cpp499 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()