Lines Matching +full:valid +full:- +full:sources
1 //===-- ManualDWARFIndex.h --------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
116 /// True if the symbol table's object file can generate a valid signature
140 /// some time to initialize. This is due to the many sources for data that are
142 /// - standard symbol table
143 /// - dynamic symbol table (ELF)
144 /// - compressed debug info sections
145 /// - unwind information
146 /// - function pointers found in runtimes for global constructor/destructors
147 /// - other sources.
148 /// All of the above sources are combined and one symbol table results after
149 /// all sources have been considered.