Home
last modified time | relevance | path

Searched refs:GetISAPtr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump()
H A DClangASTMetadata.h48 uint64_t GetISAPtr() const { in GetISAPtr() function
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp404 objc_isa = metadata->GetISAPtr(); in FinishDecl()
564 isa_value = metadata->GetISAPtr(); in FindDecls()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2964 return (ast_metadata->GetISAPtr() != 0); in IsRuntimeGeneratedType()