Home
last modified time | relevance | path

Searched refs:GetComment (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.h32 const std::string &GetComment(const std::string &funcName, size_t index) const;
66 const std::string &GetComment(size_t index) in GetComment() function
Ddebug_info.cpp68 const std::string &DebugInfo::GetComment(const std::string &funcName, size_t index) const in GetComment() function in panda::ecmascript::kungfu::DebugInfo
75 return info->GetComment(index); in GetComment()
Dllvm_codegen.cpp565 debugInfo += module->GetDebugInfo()->GetComment(funcName, info.Line - 1); in GetCalleeReg2Offset()