Home
last modified time | relevance | path

Searched refs:IsFunctionType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h159 bool IsFunctionType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp253 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType
258 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h47 IsFunctionType, enumerator
175 KIND_1(LVScopeKind, IsFunctionType, IsFunction);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h149 bool IsFunctionType() const;
H A DTypeSystem.h168 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp134 bool CompilerType::IsFunctionType() const { in IsFunctionType() function in CompilerType
137 return type_system_sp->IsFunctionType(m_type); in IsFunctionType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp353 clEnumValN(LVScopeKind::IsFunctionType, "FunctionType",
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h664 bool IsFunctionType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3058 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { in IsFunctionType() function in TypeSystemClang
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp96 {LVScopeKind::IsFunctionType, &LVScope::getIsFunctionType},
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1731 if (!function_type.IsFunctionType()) { in DoGuessValueAt()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69536 result = (bool)(arg1)->IsFunctionType(); in _wrap_SBType_IsFunctionType()