Home
last modified time | relevance | path

Searched defs:getIndices (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h243 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; } in getIndices() function
257 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1491 ArrayRef<unsigned> ConstantExpr::getIndices() const { in getIndices() function in ConstantExpr