Searched refs:getNameWithSeparators (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2947 static std::string getNameWithSeparators(ArrayRef<StringRef> Parts,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1673 getNameWithSeparators({CVD->getName(), ".void.addr"}, ".", ".")); in getAddressOfLocalVariable() 1681 getNameWithSeparators({CVD->getName(), ".addr"}, ".", ".")); in getAddressOfLocalVariable() 1699 std::string Suffix = getNameWithSeparators({"cache", ""}); in getAddrOfThreadPrivate() 1708 std::string CodeGenFunction::OMPBuilderCBHelpers::getNameWithSeparators( in getNameWithSeparators() function in CodeGenFunction::OMPBuilderCBHelpers
|
H A D | CodeGenFunction.h | 1922 static std::string getNameWithSeparators(ArrayRef<StringRef> Parts,
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 7149 std::string OpenMPIRBuilder::getNameWithSeparators(ArrayRef<StringRef> Parts, in getNameWithSeparators() function in OpenMPIRBuilder 7164 return OpenMPIRBuilder::getNameWithSeparators(Parts, Config.firstSeparator(), in createPlatformSpecificName() 7199 std::string Name = getNameWithSeparators({Prefix, "var"}, ".", "."); in getOMPCriticalRegionLock()
|