Home
last modified time | relevance | path

Searched defs:ArgIndices (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h214 using ArgIndices = std::make_index_sequence<std::tuple_size<ArgTuple>::value>; variable
277 using ArgIndices = std::make_index_sequence<std::tuple_size<ArgTuple>::value>; variable
H A DSimplePackedSerialization.h424 using ArgIndices = std::make_index_sequence<sizeof...(Ts)>; variable
/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h161 using ArgIndices = std::make_index_sequence<std::tuple_size<ArgTuple>::value>; global() variable
H A Dsimple_packed_serialization.h400 using ArgIndices = std::make_index_sequence<sizeof...(Ts)>; variable
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h246 std::vector<TypeIndex> ArgIndices; variable
671 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) in BuildInfoRecord() argument
687 SmallVector<TypeIndex, MaxArgs> ArgIndices; global() variable