Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2947 static std::string getNameWithSeparators(ArrayRef<StringRef> Parts,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1673 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 DCodeGenFunction.h1922 static std::string getNameWithSeparators(ArrayRef<StringRef> Parts,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7149 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()