Searched defs:getNumSymbols (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/include/mlir/Dialect/Affine/IR/ | ||
H A D | AffineValueMap.h | 76 inline unsigned getNumSymbols() const { return map.getNumSymbols(); } in getNumSymbols() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | IntegerSet.cpp | 16 unsigned IntegerSet::getNumSymbols() const { return set->symbolCount; } in getNumSymbols() function in IntegerSet |
H A D | AffineMap.cpp | 385 unsigned AffineMap::getNumSymbols() const { getNumSymbols() function in AffineMap |
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | AffineMap.h | 415 unsigned getNumSymbols() const { return numSymbols; } getNumSymbols() function |
/llvm-project/lld/MachO/ | ||
H A D | SyntheticSections.cpp | 1360 uint32_t SymtabSection::getNumSymbols() const { getNumSymbols() function in SymtabSection |
/llvm-project/lld/ELF/ | ||
H A D | SyntheticSections.h | 652 unsigned getNumSymbols() const { return symbols.size() + 1; } getNumSymbols() function |