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