OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exact_arch_match
(Results
1 - 3
of
3
) sorted by null
/external/lldb/include/lldb/Core/
ModuleSpec.h
378
Matches (const ModuleSpec &match_module_spec, bool
exact_arch_match
) const
406
if (
exact_arch_match
)
520
bool
exact_arch_match
= true;
local
523
if (spec.Matches(module_spec,
exact_arch_match
))
533
exact_arch_match
= false;
536
if (spec.Matches(module_spec,
exact_arch_match
))
551
bool
exact_arch_match
= true;
local
555
if (spec.Matches(module_spec,
exact_arch_match
))
562
exact_arch_match
= false;
565
if (spec.Matches(module_spec,
exact_arch_match
))
[
all
...]
/external/lldb/source/Target/
Platform.cpp
728
Platform::IsCompatibleArchitecture (const ArchSpec &arch, bool
exact_arch_match
, ArchSpec *compatible_arch_ptr)
735
if (
exact_arch_match
)
/external/lldb/include/lldb/Target/
Platform.h
369
bool
exact_arch_match
,
Completed in 198 milliseconds