/llvm-project/clang/unittests/Frontend/ |
H A D | CompilerInvocationTest.cpp | 168 const char *Args[] = {""}; TEST_F() local 179 const char *Args[] = {"-fno-temp-file"}; TEST_F() local 190 const char *Args[] = {"-cc1", "-round-trip-args"}; TEST_F() local 200 const char *Args[] = {"-cc1", "-no-round-trip-args"}; TEST_F() local 210 const char *Args[] = {"-ftemp-file"}; TEST_F() local 222 const char *Args[] = {""}; TEST_F() local 233 const char *Args[] = {"-fno-autolink"}; TEST_F() local 244 const char *Args[] = {"-fautolink"}; TEST_F() local 256 const char *Args[] = {""}; TEST_F() local 267 const char *Args[] = {"-gno-inline-line-tables"}; TEST_F() local 278 const char *Args[] = {"-ginline-line-tables"}; TEST_F() local 290 const char *Args[] = {""}; TEST_F() local 301 const char *Args[] = {"-gcodeview-ghash"}; TEST_F() local 312 const char *Args[] = {"-gno-codeview-ghash"}; TEST_F() local 324 const char *Args = {""}; TEST_F() local 336 const char *Args[] = {"-clear-ast-before-backend"}; TEST_F() local 347 const char *Args[] = {"-no-clear-ast-before-backend"}; TEST_F() local 365 const char *Args[] = {""}; TEST_F() local 377 const char *Args[] = {"-fdebug-pass-manager"}; TEST_F() local 389 const char *Args[] = {"-fno-debug-pass-manager"}; TEST_F() local 401 const char *Args[] = {"-fmodules-strict-context-hash"}; TEST_F() local 412 const char *Args[] = {"-triple", TripleCStr}; TEST_F() local 424 const char *Args[] = {"-triple", DefaultTriple.c_str()}; TEST_F() local 437 const char *Args[] = {""}; TEST_F() local 448 const char *Args[] = {"-mrelocation-model", "static"}; TEST_F() local 462 const char *Args[] = {"-mrelocation-model", "pic"}; TEST_F() local 476 const char *Args[] = {"-fobjc-dispatch-method=non-legacy"}; TEST_F() local 491 const char *Args[] = {"-fobjc-dispatch-method=legacy"}; TEST_F() local 506 const char *Args[] = {""}; TEST_F() local 517 const char *Args[] = {"-fmodule-map-file=a"}; TEST_F() local 530 const char *Args[] = {"-fmodule-map-file=a", "-fmodule-map-file=b"}; TEST_F() local 546 const char *Args[] = {""}; TEST_F() local 558 const char *Args[] = {"-fcomment-block-commands=x,y"}; TEST_F() local 571 const char *Args[] = {"-fcomment-block-commands=x,y", TEST_F() local 587 const char *Args[] = {""}; TEST_F() local 603 const char *Args[] = {"-sycl-std=2017"}; TEST_F() local 620 const char *Args[] = {"-fsycl-is-device", "-sycl-std=garbage"}; TEST_F() local 637 const char *Args[] = {"-fsycl-is-device", "-sycl-std=121"}; TEST_F() local 654 const char *Args[] = {"-fsycl-is-device", "-sycl-std=1.2.1"}; TEST_F() local 671 const char *Args[] = {"-fsycl-is-device", "-sycl-std=sycl-1.2.1"}; TEST_F() local 688 const char *Args[] = {"-fsycl-is-host"}; TEST_F() local 703 const char *Args[] = {"-fsycl-is-device"}; TEST_F() local 718 const char *Args[] = {"-fsycl-is-device", "-sycl-std=2017"}; TEST_F() local 734 const char *Args[] = {"-fbuild-session-timestamp=1609827494445723662"}; TEST_F() local 752 const char *Args[] = {""}; TEST_F() local 772 const char *Args[] = {"-cl-unsafe-math-optimizations"}; TEST_F() local 795 const char *Args[] = {"-cl-unsafe-math-optimizations", "-cl-mad-enable", TEST_F() local 816 const char *Args[] = {"-cl-mad-enable", "-funsafe-math-optimizations", TEST_F() local 837 const char *Args[] = {"-cl-mad-enable", "-funsafe-math-optimizations"}; TEST_F() local 851 const char *Args[] = {"-verify=xyz"}; TEST_F() local 866 const char *Args[] = {""}; TEST_F() local 877 const char *Args[] = {"-fno-digraphs"}; TEST_F() local 888 const char *Args[] = {"-std=c89"}; TEST_F() local 899 const char *Args[] = {"-std=c89", "-fdigraphs"}; TEST_F() local 934 const char *Args[] = {"-ftest-module-file-extension=first:2:1:0:first", TEST_F() local 961 const char *Args[] = { TEST_F() local 1040 const char *Args[] = { TEST_F() local [all...] |
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Flang.cpp | 29 addDashXForInput(const ArgList & Args,const InputInfo & Input,ArgStringList & CmdArgs) addDashXForInput() argument 36 addFortranDialectOptions(const ArgList & Args,ArgStringList & CmdArgs) const addFortranDialectOptions() argument 52 addPreprocessingOptions(const ArgList & Args,ArgStringList & CmdArgs) const addPreprocessingOptions() argument 76 shouldLoopVersion(const ArgList & Args) shouldLoopVersion() argument 108 addOtherOptions(const ArgList & Args,ArgStringList & CmdArgs) const addOtherOptions() argument 128 addCodegenOptions(const ArgList & Args,ArgStringList & CmdArgs) const addCodegenOptions() argument 147 addPicOptions(const ArgList & Args,ArgStringList & CmdArgs) const addPicOptions() argument 168 AddAArch64TargetArgs(const ArgList & Args,ArgStringList & CmdArgs) const AddAArch64TargetArgs() argument 197 AddRISCVTargetArgs(const ArgList & Args,ArgStringList & CmdArgs) const AddRISCVTargetArgs() argument 242 AddX86_64TargetArgs(const ArgList & Args,ArgStringList & CmdArgs) const AddX86_64TargetArgs() argument 256 addVSDefines(const ToolChain & TC,const ArgList & Args,ArgStringList & CmdArgs) addVSDefines() argument 280 processVSRuntimeLibrary(const ToolChain & TC,const ArgList & Args,ArgStringList & CmdArgs) processVSRuntimeLibrary() argument 330 AddAMDGPUTargetArgs(const ArgList & Args,ArgStringList & CmdArgs) const AddAMDGPUTargetArgs() argument 338 addTargetOptions(const ArgList & Args,ArgStringList & CmdArgs) const addTargetOptions() argument 417 addOffloadOptions(Compilation & C,const InputInfoList & Inputs,const JobAction & JA,const ArgList & Args,ArgStringList & CmdArgs) const addOffloadOptions() argument 481 addFloatingPointOptions(const Driver & D,const ArgList & Args,ArgStringList & CmdArgs) addFloatingPointOptions() argument 610 renderRemarksOptions(const ArgList & Args,ArgStringList & CmdArgs,const InputInfo & Input) renderRemarksOptions() argument 656 ConstructJob(Compilation & C,const JobAction & JA,const InputInfo & Output,const InputInfoList & Inputs,const ArgList & Args,const char * LinkingOutput) const ConstructJob() argument [all...] |
H A D | CommonArgs.cpp | 75 useFramePointerForTargetByDefault(const llvm::opt::ArgList & Args,const llvm::Triple & Triple) useFramePointerForTargetByDefault() argument 178 mustMaintainValidFrameChain(const llvm::opt::ArgList & Args,const llvm::Triple & Triple) mustMaintainValidFrameChain() argument 195 framePointerImpliesLeafFramePointer(const llvm::opt::ArgList & Args,const llvm::Triple & Triple) framePointerImpliesLeafFramePointer() argument 211 getFramePointerKind(const llvm::opt::ArgList & Args,const llvm::Triple & Triple) getFramePointerKind() argument 264 renderRpassOptions(const ArgList & Args,ArgStringList & CmdArgs,const StringRef PluginOptPrefix) renderRpassOptions() argument 279 renderRemarksOptions(const ArgList & Args,ArgStringList & CmdArgs,const llvm::Triple & Triple,const InputInfo & Input,const InputInfo & Output,const StringRef PluginOptPrefix) renderRemarksOptions() argument 310 renderRemarksHotnessOptions(const ArgList & Args,ArgStringList & CmdArgs,const StringRef PluginOptPrefix) renderRemarksHotnessOptions() argument 348 handleTargetFeaturesGroup(const Driver & D,const llvm::Triple & Triple,const ArgList & Args,std::vector<StringRef> & Features,OptSpecifier Group) handleTargetFeaturesGroup() argument 390 addDirectoryList(const ArgList & Args,ArgStringList & CmdArgs,const char * ArgName,const char * EnvVar) addDirectoryList() argument 445 AddLinkerInputs(const ToolChain & TC,const InputInfoList & Inputs,const ArgList & Args,ArgStringList & CmdArgs,const JobAction & JA) AddLinkerInputs() argument 495 addLinkerCompressDebugSectionsOption(const ToolChain & TC,const llvm::opt::ArgList & Args,llvm::opt::ArgStringList & CmdArgs) addLinkerCompressDebugSectionsOption() argument 512 AddTargetFeature(const ArgList & Args,std::vector<StringRef> & Features,OptSpecifier OnOpt,OptSpecifier OffOpt,StringRef FeatureName) AddTargetFeature() argument 526 getAMDGPUTargetGPU(const llvm::Triple & T,const ArgList & Args) getAMDGPUTargetGPU() argument 545 getLanaiTargetCPU(const ArgList & Args) getLanaiTargetCPU() argument 553 getWebAssemblyTargetCPU(const ArgList & Args) getWebAssemblyTargetCPU() argument 571 getCPUName(const Driver & D,const ArgList & Args,const llvm::Triple & T,bool FromAs) getCPUName() argument 675 getWebAssemblyTargetFeatures(const Driver & D,const llvm::Triple & Triple,const ArgList & Args,std::vector<StringRef> & Features) getWebAssemblyTargetFeatures() argument 682 getTargetFeatures(const Driver & D,const llvm::Triple & Triple,const ArgList & Args,ArgStringList & CmdArgs,bool ForAS,bool IsAux) getTargetFeatures() argument 766 getLTOParallelism(const ArgList & Args,const Driver & D) getLTOParallelism() argument 782 isTLSDESCEnabled(const ToolChain & TC,const llvm::opt::ArgList & Args) isTLSDESCEnabled() argument 809 addLTOOptions(const ToolChain & ToolChain,const ArgList & Args,ArgStringList & CmdArgs,const InputInfo & Output,const InputInfo & Input,bool IsThinLTO) addLTOOptions() argument 1150 addOpenMPDeviceLibC(const Compilation & C,const ArgList & Args,ArgStringList & CmdArgs) addOpenMPDeviceLibC() argument 1185 addOpenMPRuntimeLibraryPath(const ToolChain & TC,const ArgList & Args,ArgStringList & CmdArgs) addOpenMPRuntimeLibraryPath() argument 1195 addArchSpecificRPath(const ToolChain & TC,const ArgList & Args,ArgStringList & CmdArgs) addArchSpecificRPath() argument 1214 addOpenMPRuntime(const Compilation & C,ArgStringList & CmdArgs,const ToolChain & TC,const ArgList & Args,bool ForceStaticHostRuntime,bool IsOffloadingHost,bool GompNeedsRT) addOpenMPRuntime() argument 1266 addFortranRuntimeLibs(const ToolChain & TC,const ArgList & Args,llvm::opt::ArgStringList & CmdArgs) addFortranRuntimeLibs() argument 1290 addFortranRuntimeLibraryPath(const ToolChain & TC,const llvm::opt::ArgList & Args,ArgStringList & CmdArgs) addFortranRuntimeLibraryPath() argument 1305 addSanitizerRuntime(const ToolChain & TC,const ArgList & Args,ArgStringList & CmdArgs,StringRef Sanitizer,bool IsShared,bool IsWhole) addSanitizerRuntime() argument 1322 addSanitizerDynamicList(const ToolChain & TC,const ArgList & Args,ArgStringList & CmdArgs,StringRef Sanitizer) addSanitizerDynamicList() argument 1340 addAsNeededOption(const ToolChain & TC,const llvm::opt::ArgList & Args,llvm::opt::ArgStringList & CmdArgs,bool as_needed) addAsNeededOption() argument 1361 linkSanitizerRuntimeDeps(const ToolChain & TC,const llvm::opt::ArgList & Args,ArgStringList & CmdArgs) linkSanitizerRuntimeDeps() argument 1393 collectSanitizerRuntimes(const ToolChain & TC,const ArgList & Args,SmallVectorImpl<StringRef> & SharedRuntimes,SmallVectorImpl<StringRef> & StaticRuntimes,SmallVectorImpl<StringRef> & NonWholeStaticRuntimes,SmallVectorImpl<StringRef> & HelperStaticRuntimes,SmallVectorImpl<StringRef> & RequiredSymbols) collectSanitizerRuntimes() argument 1524 addSanitizerRuntimes(const ToolChain & TC,const ArgList & Args,ArgStringList & CmdArgs) addSanitizerRuntimes() argument 1595 addXRayRuntime(const ToolChain & TC,const ArgList & Args,ArgStringList & CmdArgs) addXRayRuntime() argument 1612 linkXRayRuntimeDeps(const ToolChain & TC,const llvm::opt::ArgList & Args,ArgStringList & CmdArgs) linkXRayRuntimeDeps() argument 1626 areOptimizationsEnabled(const ArgList & Args) areOptimizationsEnabled() argument 1634 SplitDebugName(const JobAction & JA,const ArgList & Args,const InputInfo & Input,const InputInfo & Output) SplitDebugName() argument 1667 SplitDebugInfo(const ToolChain & TC,Compilation & C,const Tool & T,const JobAction & JA,const ArgList & Args,const InputInfo & Output,const char * OutFile) SplitDebugInfo() argument 1697 claimNoWarnArgs(const ArgList & Args) claimNoWarnArgs() argument 1705 getLastCSProfileGenerateArg(const ArgList & Args) getLastCSProfileGenerateArg() argument 1716 getLastProfileUseArg(const ArgList & Args) getLastProfileUseArg() argument 1729 getLastProfileSampleUseArg(const ArgList & Args) getLastProfileSampleUseArg() argument 1768 ParsePICArgs(const ToolChain & ToolChain,const ArgList & Args) ParsePICArgs() argument 1991 ParseFunctionAlignment(const ToolChain & TC,const ArgList & Args) ParseFunctionAlignment() argument 2051 ParseDebugDefaultVersion(const ToolChain & TC,const ArgList & Args) ParseDebugDefaultVersion() argument 2074 getDwarfNArg(const ArgList & Args) getDwarfNArg() argument 2081 getDwarfVersion(const ToolChain & TC,const llvm::opt::ArgList & Args) getDwarfVersion() argument 2097 AddAssemblerKPIC(const ToolChain & ToolChain,const ArgList & Args,ArgStringList & CmdArgs) AddAssemblerKPIC() argument 2110 isObjCAutoRefCount(const ArgList & Args) isObjCAutoRefCount() argument 2117 getLibGccType(const ToolChain & TC,const Driver & D,const ArgList & Args) getLibGccType() argument 2142 AddUnwindLibrary(const ToolChain & TC,const Driver & D,ArgStringList & CmdArgs,const ArgList & Args) AddUnwindLibrary() argument 2200 AddLibgcc(const ToolChain & TC,const Driver & D,ArgStringList & CmdArgs,const ArgList & Args) AddLibgcc() argument 2212 AddRunTimeLibs(const ToolChain & TC,const Driver & D,ArgStringList & CmdArgs,const ArgList & Args) AddRunTimeLibs() argument 2244 getStatsFileName(const llvm::opt::ArgList & Args,const InputInfo & Output,const InputInfo & Input,const Driver & D) getStatsFileName() argument 2285 addX86AlignBranchArgs(const Driver & D,const ArgList & Args,ArgStringList & CmdArgs,bool IsLTO,const StringRef PluginOptPrefix) addX86AlignBranchArgs() argument 2648 getAMDGPUCodeObjectArgument(const Driver & D,const llvm::opt::ArgList & Args) getAMDGPUCodeObjectArgument() argument 2653 checkAMDGPUCodeObjectVersion(const Driver & D,const llvm::opt::ArgList & Args) checkAMDGPUCodeObjectVersion() argument 2677 getAMDGPUCodeObjectVersion(const Driver & D,const llvm::opt::ArgList & Args) getAMDGPUCodeObjectVersion() argument 2685 haveAMDGPUCodeObjectVersionArgument(const Driver & D,const llvm::opt::ArgList & Args) haveAMDGPUCodeObjectVersionArgument() argument 2690 addMachineOutlinerArgs(const Driver & D,const llvm::opt::ArgList & Args,llvm::opt::ArgStringList & CmdArgs,const llvm::Triple & Triple,bool IsLTO,const StringRef PluginOptPrefix) addMachineOutlinerArgs() argument 2788 addHIPRuntimeLibArgs(const ToolChain & TC,Compilation & C,const llvm::opt::ArgList & Args,llvm::opt::ArgStringList & CmdArgs) addHIPRuntimeLibArgs() argument 2803 addOutlineAtomicsArgs(const Driver & D,const ToolChain & TC,const llvm::opt::ArgList & Args,llvm::opt::ArgStringList & CmdArgs,const llvm::Triple & Triple) addOutlineAtomicsArgs() argument 2839 addMCModel(const Driver & D,const llvm::opt::ArgList & Args,const llvm::Triple & Triple,const llvm::Reloc::Model & RelocationModel,llvm::opt::ArgStringList & CmdArgs) addMCModel() argument [all...] |
H A D | MSP430.cpp | 43 static StringRef getHWMultLib(const ArgList &Args) { in getHWMultLib() 56 void msp430::getMSP430TargetFeatures(const Driver &D, const ArgList &Args, in getMSP430TargetFeatures() 110 const ArgList &Args) in MSP430ToolChain() 182 void msp430::Linker::AddStartFiles(bool UseExceptions, const ArgList &Args, in AddStartFiles() 191 void msp430::Linker::AddDefaultLibs(const llvm::opt::ArgList &Args, in AddDefaultLibs() 218 void msp430::Linker::AddEndFiles(bool UseExceptions, const ArgList &Args, in AddEndFiles() 228 static void AddSspArgs(const ArgList &Args, ArgStringList &CmdArgs) { in AddSspArgs() 241 const ArgList &Args, in AddImplicitLinkerScript() 266 const ArgList &Args, in ConstructJob()
|
H A D | PS4CPU.cpp | 27 static const char *makeArgString(const ArgList &Args, const char *Prefix, in makeArgString() argument 33 void tools::PScpu::addProfileRTArgs(const ToolChain &TC, const ArgList &Args, in addProfileRTArgs() argument 61 ConstructJob(Compilation & C,const JobAction & JA,const InputInfo & Output,const InputInfoList & Inputs,const ArgList & Args,const char * LinkingOutput) const ConstructJob() argument 84 addSanitizerArgs(const ToolChain & TC,const ArgList & Args,ArgStringList & CmdArgs) addSanitizerArgs() argument 91 addSanitizerArgs(const ArgList & Args,ArgStringList & CmdArgs,const char * Prefix,const char * Suffix) const addSanitizerArgs() argument 105 addSanitizerArgs(const ArgList & Args,ArgStringList & CmdArgs,const char * Prefix,const char * Suffix) const addSanitizerArgs() argument 124 ConstructJob(Compilation & C,const JobAction & JA,const InputInfo & Output,const InputInfoList & Inputs,const ArgList & Args,const char * LinkingOutput) const ConstructJob() argument 246 PS4PS5Base(const Driver & D,const llvm::Triple & Triple,const ArgList & Args,StringRef Platform,const char * EnvVar) PS4PS5Base() argument 416 PS4CPU(const Driver & D,const llvm::Triple & Triple,const llvm::opt::ArgList & Args) PS4CPU() argument 421 PS5CPU(const Driver & D,const llvm::Triple & Triple,const llvm::opt::ArgList & Args) PS5CPU() argument [all...] |
H A D | ZOS.cpp | 26 ZOS::ZOS(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in ZOS() argument 50 ConstructJob(Compilation & C,const JobAction & JA,const InputInfo & Output,const InputInfoList & Inputs,const ArgList & Args,const char * LinkingOutput) const ConstructJob() argument 78 getLEHLQ(const ArgList & Args) getLEHLQ() argument 88 getClangHLQ(const ArgList & Args) getClangHLQ() argument 98 getCSSHLQ(const ArgList & Args) getCSSHLQ() argument 110 ConstructJob(Compilation & C,const JobAction & JA,const InputInfo & Output,const InputInfoList & Inputs,const ArgList & Args,const char * LinkingOutput) const ConstructJob() argument 225 AddCXXStdlibLibArgs(const llvm::opt::ArgList & Args,llvm::opt::ArgStringList & CmdArgs) const AddCXXStdlibLibArgs() argument [all...] |
H A D | LazyDetector.h | 24 const llvm::opt::ArgList &Args; variable 30 const llvm::opt::ArgList &Args) in LazyDetector()
|
H A D | Fuchsia.h | 66 getDefaultUnwindTableLevel(const llvm::opt::ArgList &Args) const override { in getDefaultUnwindTableLevel() 70 bool isPIEDefault(const llvm::opt::ArgList &Args) const override { in isPIEDefault() 94 const llvm::opt::ArgList &Args) const override { in IsAArch64OutlineAtomicsDefault()
|
H A D | NaCl.cpp | 32 const ArgList &Args, in ConstructJob() 51 const ArgList &Args, in ConstructJob() 200 const ArgList &Args) in NaClToolChain() 302 void NaClToolChain::AddCXXStdlibLibArgs(const ArgList &Args, in AddCXXStdlibLibArgs() 354 NaClToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
|
H A D | MSP430.h | 40 bool isPIEDefault(const llvm::opt::ArgList &Args) const override { in isPIEDefault() 46 GetUnwindLibType(const llvm::opt::ArgList &Args) const override { in GetUnwindLibType()
|
/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | PPC.cpp | 81 getPPCTuneCPU(const ArgList & Args,const llvm::Triple & T) getPPCTuneCPU() argument 88 getPPCTargetCPU(const Driver & D,const ArgList & Args,const llvm::Triple & T) getPPCTargetCPU() argument 110 getPPCTargetFeatures(const Driver & D,const llvm::Triple & Triple,const ArgList & Args,std::vector<StringRef> & Features) getPPCTargetFeatures() argument 148 getPPCReadGOTPtrMode(const Driver & D,const llvm::Triple & Triple,const ArgList & Args) getPPCReadGOTPtrMode() argument 157 getPPCFloatABI(const Driver & D,const ArgList & Args) getPPCFloatABI() argument 186 hasPPCAbiArg(const ArgList & Args,const char * Value) hasPPCAbiArg() argument [all...] |
H A D | M68k.cpp | 27 std::string m68k::getM68kTargetCPU(const ArgList &Args) { in getM68kTargetCPU() 68 static void addFloatABIFeatures(const llvm::opt::ArgList &Args, in addFloatABIFeatures() 94 const ArgList &Args, in getM68kTargetFeatures()
|
H A D | SystemZ.cpp | 22 const ArgList &Args) { in getSystemZFloatABI() argument 37 std::string systemz::getSystemZTargetCPU(const ArgList &Args, in getSystemZTargetCPU() argument 54 getSystemZTargetFeatures(const Driver & D,const ArgList & Args,std::vector<llvm::StringRef> & Features) getSystemZTargetFeatures() argument [all...] |
H A D | Mips.cpp | 24 void mips::getMipsCPUAndABI(const ArgList &Args, const llvm::Triple &Triple, in getMipsCPUAndABI() argument 126 std::string mips::getMipsABILibSuffix(const ArgList &Args, in getMipsABILibSuffix() argument 146 mips::FloatABI mips::getMipsFloatABI(const Driver &D, const ArgList &Args, in getMipsFloatABI() argument 186 const ArgList &Args, in getMIPSTargetFeatures() argument 444 hasMipsAbiArg(const ArgList & Args,const char * Value) hasMipsAbiArg() argument 449 isUCLibc(const ArgList & Args) isUCLibc() argument 454 isNaN2008(const Driver & D,const ArgList & Args,const llvm::Triple & Triple) isNaN2008() argument 495 shouldUseFPXX(const ArgList & Args,const llvm::Triple & Triple,StringRef CPUName,StringRef ABIName,mips::FloatABI FloatABI) shouldUseFPXX() argument [all...] |
H A D | RISCV.cpp | 31 const ArgList &Args) { in getArchFeatures() argument 73 const ArgList &Args, in getRISCVTargetFeatures() argument 195 getRISCVABI(const ArgList & Args,const llvm::Triple & Triple) getRISCVABI() argument 256 getRISCVArch(const llvm::opt::ArgList & Args,const llvm::Triple & Triple) getRISCVArch() argument 344 getRISCVTargetCPU(const llvm::opt::ArgList & Args,const llvm::Triple & Triple) getRISCVTargetCPU() argument [all...] |
H A D | CSKY.cpp | 28 csky::getCSKYArchName(const Driver &D, const ArgList &Args, in getCSKYArchName() 52 csky::FloatABI csky::getCSKYFloatABI(const Driver &D, const ArgList &Args) { in getCSKYFloatABI() 79 getCSKYFPUFeatures(const Driver &D, const Arg *A, const ArgList &Args, in getCSKYFPUFeatures() 119 const ArgList &Args, ArgStringList &CmdArgs, in getCSKYTargetFeatures()
|
H A D | Sparc.cpp | 79 const ArgList &Args) { in getSparcFloatABI() argument 115 std::string sparc::getSparcTargetCPU(const Driver &D, const ArgList &Args, in getSparcTargetCPU() argument 133 getSparcTargetFeatures(const Driver & D,const ArgList & Args,std::vector<StringRef> & Features) getSparcTargetFeatures() argument [all...] |
/llvm-project/clang/lib/Tooling/ |
H A D | ArgumentsAdjusters.cpp | 24 static StringRef getDriverMode(const CommandLineArguments &Args) { in getDriverMode() argument 36 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangSyntaxOnlyAdjuster() argument 72 __anon771036a30302(const CommandLineArguments &Args, StringRef ) getClangStripOutputAdjuster() argument 90 __anon771036a30402(const CommandLineArguments &Args, StringRef ) getClangStripDependencyFileAdjuster() argument 120 __anon771036a30502(const CommandLineArguments &Args, StringRef ) getInsertArgumentAdjuster() argument 147 __anon771036a30602(const CommandLineArguments &Args, StringRef File) combineAdjusters() argument 153 __anon771036a30702(const CommandLineArguments &Args, StringRef ) getStripPluginsAdjuster() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | SelectorLocationsKind.cpp | 64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc() 71 ArrayRef<T *> Args, in hasStandardSelLocs() 98 ArrayRef<Expr *> Args, in hasStandardSelectorLocs() 106 ArrayRef<Expr *> Args, in getStandardSelectorLoc() 115 ArrayRef<ParmVarDecl *> Args, in hasStandardSelectorLocs() 123 ArrayRef<ParmVarDecl *> Args, in getStandardSelectorLoc()
|
/llvm-project/offload/src/ |
H A D | LegacyAPI.cpp | 24 void **ArgsBase, void **Args, in __tgt_target_data_begin() 33 void **ArgsBase, void **Args, in __tgt_target_data_begin_nowait() 45 void **ArgsBase, void **Args, in __tgt_target_data_end() 54 void **ArgsBase, void **Args, in __tgt_target_data_update() 63 int64_t DeviceId, int32_t ArgNum, void **ArgsBase, void **Args, in __tgt_target_data_update_nowait() 73 void **ArgsBase, void **Args, in __tgt_target_data_end_nowait() 85 uint32_t ArgNum, void **ArgsBase, void **Args, in __tgt_target_mapper() 97 void **ArgsBase, void **Args, int64_t *ArgSizes, in __tgt_target() 106 void **ArgsBase, void **Args, int64_t *ArgSizes, in __tgt_target_nowait() 117 void **ArgsBase, void **Args, int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_nowait_mapper() [all …]
|
/llvm-project/clang/unittests/Tooling/ |
H A D | ToolingTest.cpp | 184 std::vector<std::string> Args; TEST() local 210 std::vector<std::string> Args; TEST() local 237 std::vector<std::string> Args; TEST() local 266 std::vector<std::string> Args; TEST() local 311 std::vector<std::string> Args; TEST() local 337 std::vector<std::string> Args; TEST() local 357 std::vector<std::string> Args; TEST() local 407 const char *Args[] = {"clang", "-target", "arm64-apple-macosx11.0.0", TEST_F() local 415 const char *Args[] = {"clang", "-target", "arm64-apple-macosx11.0.0", TEST_F() local 423 const char *Args[] = { TEST_F() local 432 const char *Args[] = { TEST_F() local 440 const char *Args[] = {"clang", "-target", "arm64-apple-macosx11.0.0", TEST_F() local 447 const char *Args[] = {"clang", "-target", "arm64-apple-macosx11.0.0", TEST_F() local 454 const char *Args[] = {"clang", "-target", "arm64-apple-macosx11.0.0", "-c", TEST_F() local 461 const char *Args[] = {"clang", "-target", "arm64-apple-macosx11.0.0", TEST_F() local 470 const char *Args[] = {"clang", "-target", "arm64-apple-macosx11.0.0", TEST_F() local 530 std::vector<std::string> Args = {"-std=c++11"}; TEST() local 595 std::vector<std::string> Args; TEST() local 658 __anon48bbb6700402(const CommandLineArguments &Args, StringRef ) TEST() argument 690 __anon48bbb6700502(const CommandLineArguments &Args, StringRef ) TEST() argument 720 __anon48bbb6700602(const CommandLineArguments &Args, StringRef ) TEST() argument 766 __anon48bbb6700702(const CommandLineArguments &Args, StringRef ) TEST() argument 798 __anon48bbb6700902(const CommandLineArguments &Args, StringRef ) TEST() argument 831 __anon48bbb6700b02(const CommandLineArguments &Args, StringRef ) TEST() argument 864 __anon48bbb6700d02(const CommandLineArguments &Args, StringRef ) TEST() argument 887 std::vector<std::string> Args = {"clang", "-foo"}; TEST() local 904 std::vector<std::string> Args = {"clang", "-foo"}; TEST() local 916 std::vector<std::string> Args = {"clang", "-foo", "-target", "something"}; TEST() local 934 std::vector<std::string> Args = {"clang", "-foo", "--driver-mode=abc"}; TEST() local [all...] |
/llvm-project/clang/lib/ASTMatchers/ |
H A D | GtestMatchers.cpp | 146 gtestCallInternal(MacroType Macro, StatementMatcher MockCall, MockArgs Args) { in gtestCallInternal() 181 llvm::StringRef MockMethodName, MockArgs Args) { in gtestCallInternal() 212 MockArgs Args) { in gtestOnCall() 217 MockArgs Args) { in gtestOnCall() 223 MockArgs Args) { in gtestExpectCall() 228 MockArgs Args) { in gtestExpectCall()
|
/llvm-project/clang/lib/Driver/ |
H A D | OptionUtils.cpp | 19 IntTy getLastArgIntValueImpl(const ArgList &Args, OptSpecifier Id, in getLastArgIntValueImpl() 36 int getLastArgIntValue(const ArgList &Args, OptSpecifier Id, int Default, in getLastArgIntValue() 41 uint64_t getLastArgUInt64Value(const ArgList &Args, OptSpecifier Id, in getLastArgUInt64Value()
|
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 325 ArrayRef<GenericValue> Args) { in lle_X_atexit() 334 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit() 340 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort() 356 ArrayRef<GenericValue> Args) { in lle_X_sprintf() 441 ArrayRef<GenericValue> Args) { in lle_X_printf() 456 char *Args[10]; in lle_X_sscanf() local 470 char *Args[10]; in lle_X_scanf() local 483 ArrayRef<GenericValue> Args) { in lle_X_fprintf() 496 ArrayRef<GenericValue> Args) { in lle_X_memset() 508 ArrayRef<GenericValue> Args) { in lle_X_memcpy()
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 56 ArrayRef<StringRef> Args, StringRef StdInFile, in RunProgramWithTimeout() 73 StringRef RemoteClientPath, ArrayRef<StringRef> Args, StringRef StdInFile, in RunProgramRemotelyWithTimeout() 106 static Error ProcessFailure(StringRef ProgPath, ArrayRef<StringRef> Args, in ProcessFailure() 148 LLI(const std::string &Path, const std::vector<std::string> *Args) in LLI() 166 const std::vector<std::string> &Args, in ExecuteProgram() 253 const std::string &Bitcode, const std::vector<std::string> &Args, in ExecuteProgram() 311 const std::string &Bitcode, const std::vector<std::string> &Args, in ExecuteProgram() 355 std::vector<std::string> &Args) { in lexCommand() 406 std::vector<std::string> Args; in createCustomCompiler() local 422 std::vector<std::string> Args; in createCustomExecutor() local [all …]
|