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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5281 static bool objc_ivar = false; local
5282 if (!objc_ivar) {
5295 objc_ivar = true;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3938 inline void swapStruct(struct objc_ivar_t &objc_ivar) { argument
3939 sys::swapByteOrder(objc_ivar.ivar_name);
3940 sys::swapByteOrder(objc_ivar.ivar_type);
3941 sys::swapByteOrder(objc_ivar.ivar_offset);

Completed in 245 milliseconds