Home
last modified time | relevance | path

Searched defs:IsFunctionType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp60 static bool IsFunctionType(const MCValue &Target) { in IsFunctionType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp194 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp115 bool CompilerType::IsFunctionType(bool *is_variadic_ptr) const { in IsFunctionType() function in CompilerType
H A DClangASTContext.cpp3095 bool ClangASTContext::IsFunctionType(lldb::opaque_compiler_type_t type, in IsFunctionType() function in ClangASTContext