Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.h168 struct ARCEntrypoints { struct
169 ARCEntrypoints() { memset(this, 0, sizeof(*this)); } in ARCEntrypoints() argument
310 ARCEntrypoints *ARCData;
537 ARCEntrypoints &getARCEntrypoints() const { in getARCEntrypoints()
HDCodeGenModule.cpp143 ARCData = new ARCEntrypoints(); in CodeGenModule()