HomeSort by relevance Sort by last modified time
    Searched refs:RREntrypoints (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenModule.h 157 struct RREntrypoints {
158 RREntrypoints() { memset(this, 0, sizeof(*this)); }
252 RREntrypoints *RRData;
429 RREntrypoints &getRREntrypoints() const {
    [all...]
CodeGenModule.cpp 136 RRData = new RREntrypoints();
    [all...]

Completed in 36 milliseconds