Searched refs:TypeHasVTable (Results 1 – 2 of 2) sorted by relevance
122 llvm::Error TypeHasVTable(CompilerType compiler_type);
184 llvm::Error ItaniumABILanguageRuntime::TypeHasVTable(CompilerType type) { in TypeHasVTable() function in ItaniumABILanguageRuntime223 if (llvm::Error err = TypeHasVTable(type)) in GetVTableInfo()