Searched refs:update_triple (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DArchSpec.h402 CoreUpdated (bool update_triple);
/external/lldb/source/Core/
H A DArchSpec.cpp659 bool update_triple = true; local
670 update_triple = false;
703 CoreUpdated(update_triple);
811 ArchSpec::CoreUpdated (bool update_triple) argument
816 if (update_triple)
822 if (update_triple)

Completed in 221 milliseconds