Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp557 std::string fixed_scratch("_ZNK"); in GetFunctionAddress() local
558 fixed_scratch.append(name.GetCString() + 3); in GetFunctionAddress()
559 ConstString fixed_name(fixed_scratch.c_str()); in GetFunctionAddress()