Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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.cpp680 CodeViewContext &MCContext::getCVContext() { in getCVContext()
682 CVContext.reset(new CodeViewContext); in getCVContext()
DMCStreamer.cpp303 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h27 class CodeViewContext; variable
41 friend class CodeViewContext;
137 class CodeViewContext {
139 CodeViewContext();
140 ~CodeViewContext();
DMCContext.h44 class CodeViewContext; variable
85 std::unique_ptr<CodeViewContext> CVContext;
324 CodeViewContext &getCVContext();
DMCFragment.h470 friend class CodeViewContext; variable
499 friend class CodeViewContext; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp213 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()