Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h123 bool IsFunctionType();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp235 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType
240 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp119 bool CompilerType::IsFunctionType() const { in IsFunctionType() function in CompilerType
122 return type_system_sp->IsFunctionType(m_type); in IsFunctionType()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h46 IsFunctionType, enumerator
170 KIND_1(LVScopeKind, IsFunctionType, IsFunction);
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h155 bool IsFunctionType() const;
H A DTypeSystem.h161 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i276 IsFunctionType ();
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp350 clEnumValN(LVScopeKind::IsFunctionType, "FunctionType",
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h584 bool IsFunctionType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3046 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { in IsFunctionType() function in TypeSystemClang
3063 return IsFunctionType( in IsFunctionType()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1600 if (!function_type.IsFunctionType()) { in DoGuessValueAt()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp102 {LVScopeKind::IsFunctionType, &LVScope::getIsFunctionType},