Searched refs:AtomAndFlags (Results 1 – 1 of 1) sorted by relevance
306 AtomAndFlags info(weakDef); in addExportedSymbol()381 struct AtomAndFlags { struct382 AtomAndFlags() : atom(nullptr), weakDef(false) { } in AtomAndFlags() function383 AtomAndFlags(bool weak) : atom(nullptr), weakDef(weak) { } in AtomAndFlags() argument394 mutable std::unordered_map<StringRef, AtomAndFlags> _nameToAtom; argument