Searched refs:ArgIndices (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 242 : TypeRecord(Kind), ArgIndices(Indices) {} in ArgListRecord() 244 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; } in getIndices() 246 std::vector<TypeIndex> ArgIndices; variable 671 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) in BuildInfoRecord() argument 673 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {} in BuildInfoRecord() 675 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; } in getArgs() 687 SmallVector<TypeIndex, MaxArgs> ArgIndices; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | WrapperFunctionUtils.h | 214 using ArgIndices = std::make_index_sequence<std::tuple_size<ArgTuple>::value>; variable 220 if (!deserialize(ArgData, ArgSize, Args, ArgIndices{})) in apply() 225 std::forward<HandlerT>(H), Args, ArgIndices{}); in apply() 277 using ArgIndices = std::make_index_sequence<std::tuple_size<ArgTuple>::value>; variable 284 if (!deserialize(ArgData, ArgSize, Args, ArgIndices{})) { in applyAsync() 297 ArgIndices{}); in applyAsync()
|
| H A D | SimplePackedSerialization.h | 424 using ArgIndices = std::make_index_sequence<sizeof...(Ts)>; variable 445 return size(T, ArgIndices{}); in size() 449 return serialize(OB, T, ArgIndices{}); in serialize() 453 return deserialize(IB, T, ArgIndices{}); in deserialize()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | CompileUnitIndex.cpp | 76 cci.m_build_info.assign(bir.ArgIndices.begin(), bir.ArgIndices.end()); in ParseBuildInfo()
|
| H A D | PdbAstBuilder.cpp | 1194 llvm::ArrayRef<TypeIndex> arg_indices = llvm::ArrayRef(args.ArgIndices); in CreateFunctionType()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | wrapper_function_utils.h | 161 using ArgIndices = std::make_index_sequence<std::tuple_size<ArgTuple>::value>; variable 167 if (!deserialize(ArgData, ArgSize, Args, ArgIndices{})) in apply() 172 std::forward<HandlerT>(H), Args, ArgIndices{}); in apply()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeFunctionSig.cpp | 140 /* copy */ ArgList.ArgIndices); in findChildren()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 360 Record.ArgIndices, in visitKnownRecord() 591 Record.ArgIndices, in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 435 IO.mapRequired("ArgIndices", Record.ArgIndices); in map() 592 IO.mapRequired("ArgIndices", Record.ArgIndices); in map()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 492 auto Indices = BI.ArgIndices; in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 4466 VariadicUnsignedArgument<"ArgIndices">];
|