Lines Matching refs:SimpleDefinedAtom
35 class LazyPointerAtom : public SimpleDefinedAtom {
38 : SimpleDefinedAtom(file), _is64(is64) { } in LazyPointerAtom()
71 class NonLazyPointerAtom : public SimpleDefinedAtom {
74 : SimpleDefinedAtom(file), _is64(is64), _contentType(contentType) { } in NonLazyPointerAtom()
108 class StubAtom : public SimpleDefinedAtom {
111 : SimpleDefinedAtom(file), _stubInfo(stubInfo){ } in StubAtom()
142 class StubHelperAtom : public SimpleDefinedAtom {
145 : SimpleDefinedAtom(file), _stubInfo(stubInfo) { } in StubHelperAtom()
177 class StubHelperCommonAtom : public SimpleDefinedAtom {
180 : SimpleDefinedAtom(file), _stubInfo(stubInfo) { } in StubHelperCommonAtom()
251 SimpleDefinedAtom *helperCommonAtom = in perform()
253 SimpleDefinedAtom *helperCacheNLPAtom = in perform()
256 SimpleDefinedAtom *helperBinderNLPAtom = in perform()
338 void addReference(SimpleDefinedAtom* atom, in addReference()
346 void addReferenceAddend(SimpleDefinedAtom *atom, in addReferenceAddend()
353 void addOptReference(SimpleDefinedAtom* atom, in addOptReference()