Searched defs:SharedLibraryAtom (Results 1 – 2 of 2) sorted by relevance
42 static inline bool classof(const SharedLibraryAtom *) { return true; } in classof()45 SharedLibraryAtom() : Atom(definitionSharedLibrary) {} in SharedLibraryAtom() function
26 class SharedLibraryAtom; variable