Searched refs:debugInfo (Results 1 – 2 of 2) sorted by relevance
564 std::string debugInfo = "\t\t;"; in GetCalleeReg2Offset() local565 debugInfo += module->GetDebugInfo()->GetComment(funcName, info.Line - 1); in GetCalleeReg2Offset()567 if (len + debugInfo.size() <= outStringSize) { in GetCalleeReg2Offset()568 if (strcpy_s(outString + len, outStringSize - len, debugInfo.c_str()) != EOK) { in GetCalleeReg2Offset()
24 Circuit::Circuit(NativeAreaAllocator* allocator, DebugInfo* debugInfo, const char* funcName, bool i… in Circuit() argument33 debugInfo_(debugInfo) in Circuit()