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 …argets: [ 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 …rgets: [ 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; member
223 std::vector<FlowStringRef> Symbols; member
233 std::vector<FlowStringRef> Symbols; member
288 IO.mapOptional("symbols", Section.Symbols); in mapping()
293 IO.mapOptional("weak-def-symbols", Section.WeakDefSymbols); in mapping()
294 IO.mapOptional("thread-local-symbols", Section.TLVSymbols); in mapping()
305 IO.mapOptional("symbols", Section.Symbols); in mapping()
310 IO.mapOptional("weak-ref-symbols", Section.WeakRefSymbols); in mapping()
317 IO.mapOptional("symbols", Section.Symbols); in mapping()
321 IO.mapOptional("weak-symbols", Section.WeakSymbols); in mapping()
322 IO.mapOptional("thread-local-symbols", Section.TlvSymbols); in mapping()
430 for (const auto *Symbol : File->symbols()) { in NormalizedTBD()
460 Section.Symbols.emplace_back(Symbol->getName()); in NormalizedTBD()
471 Section.Symbols.emplace_back( in NormalizedTBD()
485 llvm::sort(Section.Symbols); in NormalizedTBD()
517 Section.Symbols.emplace_back(Symbol->getName()); in NormalizedTBD()
528 Section.Symbols.emplace_back( in NormalizedTBD()
542 llvm::sort(Section.Symbols); in NormalizedTBD()
599 // comes from is unknown, treat all symbols as Data in denormalize()
615 for (const auto &Symbol : Section.Symbols) { in denormalize()
650 for (auto &Symbol : Section.Symbols) { in denormalize()
809 InterfaceFile::const_filtered_symbol_range Symbols) { in NormalizedTBD_V4() argument
812 for (const auto *Symbol : Symbols) { in NormalizedTBD_V4()
834 CurrentSection.Symbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
847 sort(CurrentSection.Symbols); in NormalizedTBD_V4()
898 // comes from is unknown, treat all symbols as Data in denormalize()
903 for (auto &sym : CurrentSection.Symbols) in denormalize()