Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 …]
/aosp_15_r20/external/llvm/lib/MC/
H A DMCCodeView.cpp29 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 …]
H A DMCContext.cpp491 CodeViewContext &MCContext::getCVContext() { in getCVContext()
493 CVContext.reset(new CodeViewContext); in getCVContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCCodeView.h48 friend class CodeViewContext;
144 class CodeViewContext {
146 CodeViewContext();
147 ~CodeViewContext();
149 CodeViewContext &operator=(const CodeViewContext &other) = delete;
150 CodeViewContext(const CodeViewContext &other) = delete;
DMCContext.h44 class CodeViewContext; variable
124 std::unique_ptr<CodeViewContext> CVContext;
456 CodeViewContext &getCVContext();
DMCFragment.h527 friend class CodeViewContext; variable
556 friend class CodeViewContext; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCCodeView.h48 friend class CodeViewContext;
144 class CodeViewContext {
146 CodeViewContext();
147 ~CodeViewContext();
149 CodeViewContext &operator=(const CodeViewContext &other) = delete;
150 CodeViewContext(const CodeViewContext &other) = delete;
DMCContext.h45 class CodeViewContext; variable
129 std::unique_ptr<CodeViewContext> CVContext;
463 CodeViewContext &getCVContext();
DMCFragment.h527 friend class CodeViewContext; variable
556 friend class CodeViewContext; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCCodeView.h48 friend class CodeViewContext;
144 class CodeViewContext {
146 CodeViewContext();
147 ~CodeViewContext();
149 CodeViewContext &operator=(const CodeViewContext &other) = delete;
150 CodeViewContext(const CodeViewContext &other) = delete;
DMCContext.h44 class CodeViewContext; variable
124 std::unique_ptr<CodeViewContext> CVContext;
454 CodeViewContext &getCVContext();
DMCFragment.h527 friend class CodeViewContext; variable
556 friend class CodeViewContext; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCCodeView.h48 friend class CodeViewContext;
144 class CodeViewContext {
146 CodeViewContext();
147 ~CodeViewContext();
149 CodeViewContext &operator=(const CodeViewContext &other) = delete;
150 CodeViewContext(const CodeViewContext &other) = delete;
DMCContext.h44 class CodeViewContext; variable
124 std::unique_ptr<CodeViewContext> CVContext;
456 CodeViewContext &getCVContext();
DMCFragment.h527 friend class CodeViewContext; variable
556 friend class CodeViewContext; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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.h44 class CodeViewContext; variable
85 std::unique_ptr<CodeViewContext> CVContext;
324 CodeViewContext &getCVContext();
H A DMCFragment.h470 friend class CodeViewContext; variable
499 friend class CodeViewContext; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCCodeView.h108 class CodeViewContext {
110 CodeViewContext();
111 ~CodeViewContext();
H A DMCContext.h46 class CodeViewContext; variable
71 std::unique_ptr<CodeViewContext> CVContext;
253 CodeViewContext &getCVContext();
H A DMCFragment.h503 friend class CodeViewContext;
539 friend class CodeViewContext;

12