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

  /external/clang/test/CodeGenCXX/
static-init.cpp 12 // CHECK: @_ZZN5test414useStaticLocalEvE3obj = linkonce_odr global %"struct.test4::HasVTable" zeroinitializer, comdat, align 8
161 struct HasVTable {
164 inline HasVTable &useStaticLocal() {
165 static HasVTable obj;
171 // CHECK: define linkonce_odr dereferenceable(8) %"struct.test4::HasVTable"* @_ZN5test414useStaticLocalEv()
172 // CHECK: ret %"struct.test4::HasVTable"* @_ZZN5test414useStaticLocalEvE3obj
  /art/runtime/mirror/
class-inl.h 287 inline bool Class::HasVTable() {
    [all...]

Completed in 173 milliseconds