Home
last modified time | relevance | path

Searched refs:createSections (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp202 void createSections();
606 createSections(); in run()
825 void Writer::createSections() { in createSections() function in Writer
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1081 InsertPointTy createSections(const LocationDescription &Loc,
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp656 builder.restoreIP(moduleTranslation.getOpenMPBuilder()->createSections( in convertOmpSections()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4376 Builder.restoreIP(OMPBuilder.createSections(Loc, AllocaIP, SectionCBVector, in TEST_F()
4430 Builder.restoreIP(OMPBuilder.createSections(Loc, AllocaIP, SectionCBVector, in TEST_F()
4517 Builder.restoreIP(OMPBuilder.createSections(Loc, AllocaIP, SectionCBVector, in TEST_F()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1490 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::createSections( in createSections() function in OpenMPIRBuilder
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4113 Builder.restoreIP(OMPBuilder.createSections( in EmitOMPSectionsDirective()