Lines Matching refs:SimpleDefinedAtom
34 class LazyPointerAtom : public SimpleDefinedAtom {
37 : SimpleDefinedAtom(file), _is64(is64) { } in LazyPointerAtom()
70 class NonLazyPointerAtom : public SimpleDefinedAtom {
73 : SimpleDefinedAtom(file), _is64(is64), _contentType(contentType) { } in NonLazyPointerAtom()
107 class StubAtom : public SimpleDefinedAtom {
110 : SimpleDefinedAtom(file), _stubInfo(stubInfo){ } in StubAtom()
141 class StubHelperAtom : public SimpleDefinedAtom {
144 : SimpleDefinedAtom(file), _stubInfo(stubInfo) { } in StubHelperAtom()
176 class StubHelperCommonAtom : public SimpleDefinedAtom {
179 : SimpleDefinedAtom(file), _stubInfo(stubInfo) { } in StubHelperCommonAtom()
250 SimpleDefinedAtom *helperCommonAtom = in perform()
252 SimpleDefinedAtom *helperCacheNLPAtom = in perform()
255 SimpleDefinedAtom *helperBinderNLPAtom = in perform()
336 void addReference(SimpleDefinedAtom* atom, in addReference()
344 void addReferenceAddend(SimpleDefinedAtom *atom, in addReferenceAddend()
351 void addOptReference(SimpleDefinedAtom* atom, in addOptReference()