Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3728 auto staticsStruct = builder.beginStruct(); in ModuleInitFunction() local
3732 staticsStruct.add(MakeConstantString(stringClass, in ModuleInitFunction()
3735 auto array = staticsStruct.beginArray(); in ModuleInitFunction()
3738 array.finishAndAddTo(staticsStruct); in ModuleInitFunction()
3740 return staticsStruct.finishAndCreateGlobal(".objc_statics", in ModuleInitFunction()