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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1159 const char *vtableName = "_ZTVN7gnustep7libobjc22__objc_class_type_infoE"; local
1160 auto *Vtable = TheModule.getGlobalVariable(vtableName);
1164 nullptr, vtableName);

Completed in 106 milliseconds