OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_target_info_ap
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Symbol/
ClangASTContext.cpp
275
m_target_info_ap
(),
297
m_target_info_ap
.reset();
314
m_target_info_ap
.reset();
521
if (
m_target_info_ap
.get() == NULL && !m_target_triple.empty())
522
m_target_info_ap
.reset (TargetInfo::CreateTargetInfo(*getDiagnosticsEngine(), getTargetOptions()));
523
return
m_target_info_ap
.get();
[
all
...]
/external/lldb/include/lldb/Symbol/
ClangASTContext.h
423
std::unique_ptr<clang::TargetInfo>
m_target_info_ap
;
member in class:lldb_private::ClangASTContext
Completed in 873 milliseconds