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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h165 struct ARCEntrypoints { struct in namespace:clang::CodeGen
166 ARCEntrypoints() { memset(this, 0, sizeof(*this)); } function in struct:clang::CodeGen::ARCEntrypoints
258 ARCEntrypoints *ARCData;
462 ARCEntrypoints &getARCEntrypoints() const {
H A DCodeGenModule.cpp132 ARCData = new ARCEntrypoints();

Completed in 108 milliseconds