Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2864 /// we provide the declarations, the initializeTypes function will provide the in getBodyIP()
2885 void initializeTypes(Module &M);
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp637 void OpenMPIRBuilder::initialize() { initializeTypes(M); } in finalize()
8336 void OpenMPIRBuilder::initializeTypes(Module &M) {
6368 void OpenMPIRBuilder::initializeTypes(Module &M) { initializeTypes() function in OpenMPIRBuilder