Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBType.h159 bool IsFunctionType();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBType.cpp253 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType
258 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVScope.h46 IsFunctionType, enumerator
170 KIND_1(LVScopeKind, IsFunctionType, IsFunction);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h148 bool IsFunctionType() const;
HDTypeSystem.h168 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp132 bool CompilerType::IsFunctionType() const { in IsFunctionType() function in CompilerType
135 return type_system_sp->IsFunctionType(m_type); in IsFunctionType()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
HDOptions.cpp350 clEnumValN(LVScopeKind::IsFunctionType, "FunctionType",
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h664 bool IsFunctionType(lldb::opaque_compiler_type_t type) override;
HDTypeSystemClang.cpp3015 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { in IsFunctionType() function in TypeSystemClang
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp1585 if (!function_type.IsFunctionType()) { in DoGuessValueAt()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVScope.cpp93 {LVScopeKind::IsFunctionType, &LVScope::getIsFunctionType},
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp68268 result = (bool)(arg1)->IsFunctionType(); in _wrap_SBType_IsFunctionType()