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.h3222 static std::string getNameWithSeparators(ArrayRef<StringRef> Parts,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1714 getNameWithSeparators({CVD->getName(), ".void.addr"}, ".", ".")); in getAddressOfLocalVariable()
1722 getNameWithSeparators({CVD->getName(), ".addr"}, ".", ".")); in getAddressOfLocalVariable()
1740 std::string Suffix = getNameWithSeparators({"cache", ""}); in getAddrOfThreadPrivate()
1749 std::string CodeGenFunction::OMPBuilderCBHelpers::getNameWithSeparators( in getNameWithSeparators() function in CodeGenFunction::OMPBuilderCBHelpers
H A DCodeGenFunction.h1932 static std::string getNameWithSeparators(ArrayRef<StringRef> Parts,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7997 std::string OpenMPIRBuilder::getNameWithSeparators(ArrayRef<StringRef> Parts, in getNameWithSeparators() function in OpenMPIRBuilder
8012 return OpenMPIRBuilder::getNameWithSeparators(Parts, Config.firstSeparator(), in createPlatformSpecificName()
8047 std::string Name = getNameWithSeparators({Prefix, "var"}, ".", "."); in getOMPCriticalRegionLock()