Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A 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 …]
H A DMCContext.cpp893 CodeViewContext &MCContext::getCVContext() { in getCVContext()
895 CVContext.reset(new CodeViewContext); in getCVContext()
H A DMCStreamer.cpp316 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h27 class CodeViewContext; variable
41 friend class CodeViewContext;
137 class CodeViewContext {
139 CodeViewContext();
140 ~CodeViewContext();
H A DMCContext.h47 class CodeViewContext; variable
106 std::unique_ptr<CodeViewContext> CVContext;
428 CodeViewContext &getCVContext();
H A DMCFragment.h513 friend class CodeViewContext; variable
542 friend class CodeViewContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp226 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
H A DMasmParser.cpp476 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()