Home
last modified time | relevance | path

Searched refs:initializeTypes (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.h55 initializeTypes(uint32_t StreamIdx);
H A DBytesOutputStyle.cpp306 auto &Types = Err(initializeTypes(StreamIdx)); in dumpTypeIndex()
446 BytesOutputStyle::initializeTypes(uint32_t StreamIdx) { in initializeTypes() function in BytesOutputStyle
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformTypes.cpp32 void transform::TransformDialect::initializeTypes() { in initializeTypes() function in transform::TransformDialect
H A DTransformDialect.cpp68 initializeTypes(); in initialize()
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformDialect.td118 void initializeTypes();
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3050 /// we provide the declarations, the initializeTypes function will provide the
3071 void initializeTypes(Module &M);
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp676 void OpenMPIRBuilder::initialize() { initializeTypes(M); } in finalize()
9180 void OpenMPIRBuilder::initializeTypes(Module &M) {
7901 void OpenMPIRBuilder::initializeTypes(Module &M) { initializeTypes() function in OpenMPIRBuilder