/dports/math/gecode/gecode-0916a1a/gecode/flatzinc/ |
H A D | parser.hh | 105 class SymbolEntry { class 110 SymbolEntry(void) {} in SymbolEntry() function in Gecode::FlatZinc::SymbolEntry 117 return SymbolEntry(ST_INTVAR, i); in se_iv() 121 return SymbolEntry(ST_BOOLVAR, i); in se_bv() 125 return SymbolEntry(ST_FLOATVAR, i); in se_fv() 129 return SymbolEntry(ST_SETVAR, i); in se_sv() 151 return SymbolEntry(ST_INT, i); in se_i() 155 return SymbolEntry(ST_BOOL, b); in se_b() 159 return SymbolEntry(ST_SET, i); in se_s() 163 return SymbolEntry(ST_FLOAT, i); in se_f() [all …]
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 100 struct SymbolEntry { struct 123 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 126 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 131 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 132 SymbolEntry *getSymbolByIndex(uint32_t Index); 134 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 143 Optional<SymbolEntry *> Symbol; 145 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 160 const SymbolEntry *Symbol;
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 100 struct SymbolEntry { struct 123 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 126 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 131 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 132 SymbolEntry *getSymbolByIndex(uint32_t Index); 134 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 143 Optional<SymbolEntry *> Symbol; 145 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 160 const SymbolEntry *Symbol;
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 101 struct SymbolEntry { struct 131 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 134 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 139 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 140 SymbolEntry *getSymbolByIndex(uint32_t Index); 142 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 151 Optional<SymbolEntry *> Symbol; 153 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 169 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 18 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() 23 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() 24 return const_cast<SymbolEntry *>( in getSymbolByIndex() 29 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 86 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 91 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections() 92 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections() 108 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 101 struct SymbolEntry { struct 131 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 134 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 139 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 140 SymbolEntry *getSymbolByIndex(uint32_t Index); 142 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 151 Optional<SymbolEntry *> Symbol; 153 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 169 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 18 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() 23 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() 24 return const_cast<SymbolEntry *>( in getSymbolByIndex() 29 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 86 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 91 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections() 92 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections() 108 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 110 struct SymbolEntry { struct 140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 143 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 149 SymbolEntry *getSymbolByIndex(uint32_t Index); 151 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 160 Optional<SymbolEntry *> Symbol; 162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 178 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 16 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() 21 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() 22 return const_cast<SymbolEntry *>( in getSymbolByIndex() 27 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 90 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections() 91 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections() 107 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 110 struct SymbolEntry { struct 140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 143 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 149 SymbolEntry *getSymbolByIndex(uint32_t Index); 151 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 160 Optional<SymbolEntry *> Symbol; 162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 178 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 16 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() 21 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() 22 return const_cast<SymbolEntry *>( in getSymbolByIndex() 27 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 90 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections() 91 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections() 107 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 110 struct SymbolEntry { struct 140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 143 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 149 SymbolEntry *getSymbolByIndex(uint32_t Index); 151 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 160 Optional<SymbolEntry *> Symbol; 162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 178 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 17 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() 22 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() 23 return const_cast<SymbolEntry *>( in getSymbolByIndex() 28 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 83 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 88 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections() 89 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections() 105 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 110 struct SymbolEntry { struct 140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 143 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 149 SymbolEntry *getSymbolByIndex(uint32_t Index); 151 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 160 Optional<SymbolEntry *> Symbol; 162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 178 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 16 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() 21 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() 22 return const_cast<SymbolEntry *>( in getSymbolByIndex() 27 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 90 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections() 91 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections() 107 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 110 struct SymbolEntry { struct 140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 143 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 149 SymbolEntry *getSymbolByIndex(uint32_t Index); 151 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 160 Optional<SymbolEntry *> Symbol; 162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 178 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 17 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() 22 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() 23 return const_cast<SymbolEntry *>( in getSymbolByIndex() 28 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 90 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections() 91 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections() 107 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 110 struct SymbolEntry { struct 140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 143 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 149 SymbolEntry *getSymbolByIndex(uint32_t Index); 151 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 160 Optional<SymbolEntry *> Symbol; 162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 178 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 16 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() 21 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() 22 return const_cast<SymbolEntry *>( in getSymbolByIndex() 27 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 90 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections() 91 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections() 107 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 110 struct SymbolEntry { struct 140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 143 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 149 SymbolEntry *getSymbolByIndex(uint32_t Index); 151 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 160 Optional<SymbolEntry *> Symbol; 162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 178 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 17 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() 22 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() 23 return const_cast<SymbolEntry *>( in getSymbolByIndex() 28 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 83 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 88 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections() 89 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections() 105 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 110 struct SymbolEntry { struct 140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 143 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 149 SymbolEntry *getSymbolByIndex(uint32_t Index); 151 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 160 Optional<SymbolEntry *> Symbol; 162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 178 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 16 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() 21 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() 22 return const_cast<SymbolEntry *>( in getSymbolByIndex() 27 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 90 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections() 91 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections() 107 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 110 struct SymbolEntry { struct 140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument 143 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>; 148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const; 149 SymbolEntry *getSymbolByIndex(uint32_t Index); 151 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove); 160 Optional<SymbolEntry *> Symbol; 162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() 178 Optional<const SymbolEntry *> Symbol;
|
H A D | Object.cpp | 16 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { 21 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { 22 return const_cast<SymbolEntry *>( 27 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { 85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { 90 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; 91 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) 107 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols)
|