/external/llvm-project/llvm/lib/MC/ |
D | MCCodeView.cpp | 28 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 …]
|
D | MCContext.cpp | 813 CodeViewContext &MCContext::getCVContext() { in getCVContext() 815 CVContext.reset(new CodeViewContext); in getCVContext()
|
D | MCStreamer.cpp | 316 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 28 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 …]
|
D | MCContext.cpp | 680 CodeViewContext &MCContext::getCVContext() { in getCVContext() 682 CVContext.reset(new CodeViewContext); in getCVContext()
|
D | MCStreamer.cpp | 303 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
|
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 29 CodeViewContext::CodeViewContext() {} in CodeViewContext() function in CodeViewContext 31 CodeViewContext::~CodeViewContext() { in ~CodeViewContext() 40 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber() 47 bool CodeViewContext::addFile(unsigned FileNumber, StringRef Filename) { in addFile() 68 MCDataFragment *CodeViewContext::getStringTableFragment() { in getStringTableFragment() 77 StringRef CodeViewContext::addToStringTable(StringRef S) { in addToStringTable() 90 unsigned CodeViewContext::getStringTableOffset(StringRef S) { in getStringTableOffset() 99 void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { in emitStringTable() 121 void CodeViewContext::emitFileChecksums(MCObjectStreamer &OS) { in emitFileChecksums() 148 void CodeViewContext::emitLineTableForFunction(MCObjectStreamer &OS, in emitLineTableForFunction() [all …]
|
D | MCContext.cpp | 491 CodeViewContext &MCContext::getCVContext() { in getCVContext() 493 CVContext.reset(new CodeViewContext); in getCVContext()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCCodeView.h | 27 class CodeViewContext; variable 41 friend class CodeViewContext; 137 class CodeViewContext { 139 CodeViewContext(); 140 ~CodeViewContext();
|
D | MCContext.h | 45 class CodeViewContext; variable 87 std::unique_ptr<CodeViewContext> CVContext; 370 CodeViewContext &getCVContext();
|
D | MCFragment.h | 511 friend class CodeViewContext; variable 540 friend class CodeViewContext; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCCodeView.h | 27 class CodeViewContext; variable 41 friend class CodeViewContext; 137 class CodeViewContext { 139 CodeViewContext(); 140 ~CodeViewContext();
|
D | MCContext.h | 44 class CodeViewContext; variable 85 std::unique_ptr<CodeViewContext> CVContext; 324 CodeViewContext &getCVContext();
|
D | MCFragment.h | 470 friend class CodeViewContext; variable 499 friend class CodeViewContext; variable
|
/external/llvm/include/llvm/MC/ |
D | MCCodeView.h | 108 class CodeViewContext { 110 CodeViewContext(); 111 ~CodeViewContext();
|
D | MCContext.h | 46 class CodeViewContext; variable 71 std::unique_ptr<CodeViewContext> CVContext; 253 CodeViewContext &getCVContext();
|
D | MCFragment.h | 503 friend class CodeViewContext; 539 friend class CodeViewContext;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 356 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 213 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 212 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
|
D | MasmParser.cpp | 476 CodeViewContext &getCVContext() { return Ctx.getCVContext(); } in getCVContext()
|