Searched defs:SymbolSection (Results 1 – 3 of 3) sorted by relevance
231 struct SymbolSection { struct232 TargetList Targets;233 std::vector<FlowStringRef> Symbols;234 std::vector<FlowStringRef> Classes;235 std::vector<FlowStringRef> ClassEHs;236 std::vector<FlowStringRef> Ivars;237 std::vector<FlowStringRef> WeakSymbols;238 std::vector<FlowStringRef> TlvSymbols;
342 SymbolSection(ElfBuilder<ElfTypes>* owner, in SymbolSection() function