Searched defs:HashBuilder (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DHashBuilder.h139 class HashBuilder : public HashBuilderBase<HasherT> { class in namespace:llvm
141 explicit HashBuilder(HasherT &Hasher) : HashBuilderBase<HasherT>(Hasher) {} function in class:llvm::HashBuilder
143 explicit HashBuilder(ArgTypes &&...Args) function in class:llvm::HashBuilder
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp324 HashBuilder; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp630 HashBuilder; local

Completed in 79 milliseconds