Searched refs:getNameWithSeparators (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 2341 static std::string getNameWithSeparators(ArrayRef<StringRef> Parts,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1645 getNameWithSeparators({CVD->getName(), ".void.addr"}, ".", ".")); in getAddressOfLocalVariable() 1653 getNameWithSeparators({CVD->getName(), ".addr"}, ".", ".")); in getAddressOfLocalVariable() 1671 std::string Suffix = getNameWithSeparators({"cache", ""}); in getAddrOfThreadPrivate() 1680 std::string CodeGenFunction::OMPBuilderCBHelpers::getNameWithSeparators( in getNameWithSeparators() function in CodeGenFunction::OMPBuilderCBHelpers
|
| H A D | CodeGenFunction.h | 1832 static std::string getNameWithSeparators(ArrayRef<StringRef> Parts,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 5186 std::string OpenMPIRBuilder::getNameWithSeparators(ArrayRef<StringRef> Parts, in getNameWithSeparators() function in OpenMPIRBuilder 5201 return OpenMPIRBuilder::getNameWithSeparators(Parts, Config.firstSeparator(), in createPlatformSpecificName() 5236 std::string Name = getNameWithSeparators({Prefix, "var"}, ".", "."); in getOMPCriticalRegionLock()
|