Lines Matching defs:DebugInfo
19 std::string DebugInfo::FuncDebugInfo::EMPTY_COMMENT = "";
21 DebugInfo::DebugInfo(NativeAreaAllocator* allocator, bool enable)
29 DebugInfo::~DebugInfo()
39 void DebugInfo::AddFuncName(const std::string &name)
51 size_t DebugInfo::AddComment(std::string &&str)
60 void DebugInfo::AppendComment(size_t index, std::string &&str, std::string_view separator)
68 void DebugInfo::AddFuncDebugInfo(const std::string& name)
76 const std::string &DebugInfo::GetComment(const std::string &funcName, size_t index) const
88 const std::string &DebugInfo::GetComment(size_t index) const