Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h145 struct RREntrypoints { struct
146 RREntrypoints() { memset(this, 0, sizeof(*this)); } in RREntrypoints() argument
239 RREntrypoints *RRData;
399 RREntrypoints &getRREntrypoints() const { in getRREntrypoints()
DCodeGenModule.cpp122 RRData = new RREntrypoints(); in CodeGenModule()