Home
last modified time | relevance | path

Searched refs:m_function (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp21 : m_pMutex(m.Mutex()), m_function(function), m_file(file), m_line(line), in Locker()
28 : m_pMutex(m ? m->Mutex() : NULL), m_function(function), m_file(file), in Locker()
35 : m_pMutex(mutex), m_function(function), m_file(file), m_line(line), in Locker()
48 m_pMutex, m_function, m_file, m_line); in Lock()
52 m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, in Lock()
61 m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, in Unlock()
H A DPThreadMutex.h73 const char *m_function; variable
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp33 m_passthrough_sema(nullptr), m_sema(nullptr), m_function(function), in ASTStructExtractor()
94 m_function.m_struct_size = in ExtractFromFunctionDecl()
97 m_function.m_return_offset = in ExtractFromFunctionDecl()
99 m_function.m_return_size = in ExtractFromFunctionDecl()
100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
104 m_function.m_member_offsets.push_back( in ExtractFromFunctionDecl()
108 m_function.m_struct_valid = true; in ExtractFromFunctionDecl()
126 !m_function.m_wrapper_function_name.compare( in ExtractFromTopLevelDecl()
H A DASTStructExtractor.h124 ClangFunctionCaller &m_function; ///< The function to populate with variable
/llvm-project/llvm/lib/Analysis/
H A DUniformityAnalysis.cpp172 m_function = &F; in runOnFunction()
176 if (targetTransformInfo.hasBranchDivergence(m_function)) in runOnFunction()
183 OS << "UniformityInfo for function '" << m_function->getName() << "':\n"; in print()
188 m_function = nullptr; in releaseMemory()
/llvm-project/llvm/include/llvm/Analysis/
H A DUniformityAnalysis.h58 Function *m_function = nullptr;
56 Function *m_function = nullptr; global() variable