OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flagsCalculatedPrologueSize
(Results
1 - 2
of
2
) sorted by null
/external/lldb/include/lldb/Symbol/
Function.h
615
flagsCalculatedPrologueSize
= (1 << 0) ///< Have we already tried to calculate the prologue size?
/external/lldb/source/Symbol/
Function.cpp
496
if (m_prologue_byte_size == 0 && m_flags.IsClear(
flagsCalculatedPrologueSize
))
498
m_flags.Set(
flagsCalculatedPrologueSize
);
Completed in 43 milliseconds