/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 28 std::string ParentName; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 587 StringRef ParentName; global() variable 693 StringRef ParentName; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 292 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 167 StringRef ParentName(ParentDeclCtxDie.getName(DINameKind::ShortName)); getQualifiedNameIndex() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3230 EmitOMPTargetSimdDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetSimdDirective & S) EmitOMPTargetSimdDeviceFunction() argument 6658 StringRef ParentName; emitCommonOMPTargetDirective() local 6705 EmitOMPTargetDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetDirective & S) EmitOMPTargetDeviceFunction() argument 6792 EmitOMPTargetTeamsDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsDirective & S) EmitOMPTargetTeamsDeviceFunction() argument 6838 EmitOMPTargetTeamsDistributeDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsDistributeDirective & S) EmitOMPTargetTeamsDistributeDeviceFunction() argument 6884 EmitOMPTargetTeamsDistributeSimdDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsDistributeSimdDirective & S) EmitOMPTargetTeamsDistributeSimdDeviceFunction() argument 7079 EmitOMPTargetTeamsDistributeParallelForDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsDistributeParallelForDirective & S) EmitOMPTargetTeamsDistributeParallelForDeviceFunction() argument 7131 EmitOMPTargetTeamsDistributeParallelForSimdDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsDistributeParallelForSimdDirective & S) EmitOMPTargetTeamsDistributeParallelForSimdDeviceFunction() argument 7484 EmitOMPTargetParallelDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetParallelDirective & S) EmitOMPTargetParallelDeviceFunction() argument 7523 EmitOMPTargetParallelForDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetParallelForDirective & S) EmitOMPTargetParallelForDeviceFunction() argument 7562 EmitOMPTargetParallelForSimdDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetParallelForSimdDirective & S) EmitOMPTargetParallelForSimdDeviceFunction() argument 7958 EmitOMPTargetTeamsGenericLoopDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsGenericLoopDirective & S) EmitOMPTargetTeamsGenericLoopDeviceFunction() argument 7990 EmitOMPTargetParallelGenericLoopDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetParallelGenericLoopDirective & S) EmitOMPTargetParallelGenericLoopDeviceFunction() argument [all...] |
H A D | CGOpenMPRuntimeGPU.cpp | 725 emitNonSPMDKernel(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitNonSPMDKernel() argument 817 emitSPMDKernel(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitSPMDKernel() argument 867 emitTargetOutlinedFunction(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitTargetOutlinedFunction() argument
|
H A D | CGOpenMPRuntime.cpp | 1543 getEntryInfoFromPresumedLoc(CodeGenModule & CGM,llvm::OpenMPIRBuilder & OMPBuilder,SourceLocation BeginLoc,llvm::StringRef ParentName="") getEntryInfoFromPresumedLoc() argument 5814 emitTargetOutlinedFunction(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitTargetOutlinedFunction() argument 5921 emitTargetOutlinedFunctionHelper(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitTargetOutlinedFunctionHelper() argument 9696 scanForTargetRegionsFunctions(const Stmt * S,StringRef ParentName) scanForTargetRegionsFunctions() argument 9905 StringRef ParentName = emitTargetGlobalVariable() local 9910 StringRef ParentName = emitTargetGlobalVariable() local 12148 emitTargetOutlinedFunction(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitTargetOutlinedFunction() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 175 std::string ParentName; global() member 184 : ParentName(ParentName), DeviceID(DeviceID), FileID(FileID), Line(Line), ParentName() function [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 220 StringRef ParentName = llvm::sys::path::filename(ParentDir); getInstallationPathCandidates() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 207 StringRef ParentName; global() member
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelMatchTable.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6593 getTargetRegionEntryFnName(SmallVectorImpl<char> & Name,StringRef ParentName,unsigned DeviceID,unsigned FileID,unsigned Line,unsigned Count) getTargetRegionEntryFnName() argument 6612 getTargetEntryUniqueInfo(FileIdentifierInfoCallbackTy CallBack,StringRef ParentName) getTargetEntryUniqueInfo() argument
|