Home
last modified time | relevance | path

Searched defs:getSizeOf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DArchive.h65 uint64_t getSizeOf() const { in getSizeOf() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp969 auto HexagonVectorCombine::getSizeOf(const Value *Val) const -> int { in getSizeOf() function in HexagonVectorCombine
973 auto HexagonVectorCombine::getSizeOf(const Type *Ty) const -> int { in getSizeOf() function in HexagonVectorCombine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2345 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr