Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp953 llvm::Constant *GetClassName(StringRef RuntimeName);
3568 IdentifierInfo *RuntimeName = in GenerateClass() local
3570 DefinedSymbols.insert(RuntimeName); in GenerateClass()
5302 IdentifierInfo *RuntimeName = in EmitClassRef() local
5304 return EmitClassRefFromId(CGF, RuntimeName); in EmitClassRef()
5333 llvm::Constant *CGObjCCommonMac::GetClassName(StringRef RuntimeName) { in GetClassName() argument
5334 llvm::GlobalVariable *&Entry = ClassNames[RuntimeName]; in GetClassName()
5336 Entry = CreateCStringLiteral(RuntimeName, ObjCLabelType::ClassName); in GetClassName()
H A DCGOpenMPRuntime.cpp2169 StringRef RuntimeName = Out.str(); in getOrCreateInternalVariable() local
2170 auto &Elem = *InternalVars.try_emplace(RuntimeName, nullptr).first; in getOrCreateInternalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2207 StringRef RuntimeName = Out.str(); in getOrCreateOMPInternalVariable() local
2208 auto &Elem = *InternalVars.try_emplace(RuntimeName, nullptr).first; in getOrCreateOMPInternalVariable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp650 StringRef RuntimeName(CLANG_DEFAULT_OPENMP_RUNTIME); in getOpenMPRuntime() local
654 RuntimeName = A->getValue(); in getOpenMPRuntime()
656 auto RT = llvm::StringSwitch<OpenMPRuntimeKind>(RuntimeName) in getOpenMPRuntime()