Home
last modified time | relevance | path

Searched refs:NamedFunctionDescriptor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp283 getImplementation(const NamedFunctionDescriptor &NamedFD) { in getImplementation()
307 ArrayRef<NamedFunctionDescriptor> Descriptors) { in Serialize()
401 const NamedFunctionDescriptor &NFD) { in operator <<()
419 ArrayRef<NamedFunctionDescriptor> Descriptors) { in Serialize()
466 std::vector<const NamedFunctionDescriptor *> Descriptors;
499 const NamedFunctionDescriptor *FD) { in operator <<()
505 const std::vector<const NamedFunctionDescriptor *> &Descriptors) { in operator <<()
528 ArrayRef<NamedFunctionDescriptor> Descriptors) { in Serialize()
540 ArrayRef<NamedFunctionDescriptor> Descriptors) { in Serialize()
636 std::vector<NamedFunctionDescriptor> FunctionDescriptors; in Serialize()
[all …]
H A DResultAnalyzerMain.cpp32 extern ArrayRef<NamedFunctionDescriptor> getFunctionDescriptors();
38 for (const NamedFunctionDescriptor &FD : getFunctionDescriptors()) in createFunctionDescriptorMap()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DFunctionDescriptor.h144 struct NamedFunctionDescriptor { struct