Home
last modified time | relevance | path

Searched defs:can_replace (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Symbol/
DUnwindPlan.cpp217 …lan::Row::SetRegisterLocationToAtCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_replace) in SetRegisterLocationToAtCFAPlusOffset()
228 …lan::Row::SetRegisterLocationToIsCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_replace) in SetRegisterLocationToIsCFAPlusOffset()
239 UnwindPlan::Row::SetRegisterLocationToUndefined (uint32_t reg_num, bool can_replace, bool can_repla… in SetRegisterLocationToUndefined()
258 UnwindPlan::Row::SetRegisterLocationToUnspecified (uint32_t reg_num, bool can_replace) in SetRegisterLocationToUnspecified()
271 bool can_replace) in SetRegisterLocationToRegister()
/external/lldb/source/Interpreter/
DOptionValueDictionary.cpp371 bool can_replace) in SetStringValueForKey()
392 bool can_replace) in SetValueForKey()
DCommandInterpreter.cpp748 …ndInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_replace) in AddCommand()
767 bool can_replace) in AddUserCommand()
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp450 const bool can_replace = true; in WriteMemory() local
/external/lldb/source/Target/
DTarget.cpp2461 const bool can_replace = false; in GetHostEnvironmentIfNeeded() local