Lines Matching full:symbols

57    symbols: [ _sym ]                  # Optional: List of symbols
61 weak-def-symbols: [] # Optional: List of weak defined symbols
62 thread-local-symbols: [] # Optional: List of thread local symbols
91 symbols: [ _sym ] # Optional: List of symbols
95 weak-def-symbols: [] # Optional: List of weak defined symbols
96 thread-local-symbols: [] # Optional: List of thread local symbols
100 symbols: [ _sym ] # Optional: List of symbols
103 weak-ref-symbols: [] # Optional: List of weak defined symbols
132 symbols: [ _sym ] # Optional: List of symbols
138 weak-def-symbols: [] # Optional: List of weak defined symbols
139 thread-local-symbols: [] # Optional: List of thread local symbols
143 symbols: [ _sym ] # Optional: List of symbols
148 weak-ref-symbols: [] # Optional: List of weak defined symbols
181 - targets: [ arm64-macos ] # The list of target triples associated with symbols
182 symbols: [ _symA ] # Optional: List of symbols
188 weak-symbols: [] # Optional: List of weak defined symbols
189 thread-local-symbols: [] # Optional: List of thread local symbols
190 - targets: [ arm64-macos, x86_64-maccatalyst ] # Optional: Targets for applicable additional symbols
191 symbols: [ _symB ] # Optional: List of symbols
194 - targets: [ arm64-macos ] # The list of target triples associated with symbols
195 symbols: [ _symC ] # Optional: List of symbols
200 weak-symbols: [] # Optional: List of weak defined symbols
213 std::vector<FlowStringRef> Symbols;
223 std::vector<FlowStringRef> Symbols;
233 std::vector<FlowStringRef> Symbols;
288 IO.mapOptional("symbols", Section.Symbols);
293 IO.mapOptional("weak-def-symbols", Section.WeakDefSymbols);
294 IO.mapOptional("thread-local-symbols", Section.TLVSymbols);
305 IO.mapOptional("symbols", Section.Symbols);
310 IO.mapOptional("weak-ref-symbols", Section.WeakRefSymbols);
317 IO.mapOptional("symbols", Section.Symbols);
321 IO.mapOptional("weak-symbols", Section.WeakSymbols);
322 IO.mapOptional("thread-local-symbols", Section.TlvSymbols);
430 for (const auto *Symbol : File->symbols()) {
460 Section.Symbols.emplace_back(Symbol->getName());
471 Section.Symbols.emplace_back(
485 llvm::sort(Section.Symbols);
517 Section.Symbols.emplace_back(Symbol->getName());
528 Section.Symbols.emplace_back(
542 llvm::sort(Section.Symbols);
599 // comes from is unknown, treat all symbols as Data
615 for (const auto &Symbol : Section.Symbols) {
650 for (auto &Symbol : Section.Symbols) {
809 InterfaceFile::const_filtered_symbol_range Symbols) {
812 for (const auto *Symbol : Symbols) {
834 CurrentSection.Symbols.emplace_back(Symbol->getName());
847 sort(CurrentSection.Symbols);
898 // comes from is unknown, treat all symbols as Data
903 for (auto &sym : CurrentSection.Symbols)