Searched refs:vtableName (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2439 const char *vtableName = "_ZTVN7gnustep7libobjc22__objc_class_type_infoE"; local
2440 auto *Vtable = TheModule.getGlobalVariable(vtableName);
2444 nullptr, vtableName);

Completed in 115 milliseconds