/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Flang.cpp | 30 static void addDashXForInput(const ArgList &Args, const InputInfo &Input, in addDashXForInput() 37 void Flang::addFortranDialectOptions(const ArgList &Args, in addFortranDialectOptions() 61 void Flang::addPreprocessingOptions(const ArgList &Args, in addPreprocessingOptions() 85 static bool shouldLoopVersion(const ArgList &Args) { in shouldLoopVersion() 117 void Flang::addOtherOptions(const ArgList &Args, ArgStringList &CmdArgs) const { in addOtherOptions() argument 137 void Flang::addCodegenOptions(const ArgList &Args, in addCodegenOptions() 156 void Flang::addPicOptions(const ArgList &Args, ArgStringList &CmdArgs) const { in addPicOptions() argument 177 void Flang::AddAArch64TargetArgs(const ArgList &Args, in AddAArch64TargetArgs() 206 void Flang::AddRISCVTargetArgs(const ArgList &Args, in AddRISCVTargetArgs() 251 void Flang::AddX86_64TargetArgs(const ArgList &Args, in AddX86_64TargetArgs() [all …]
|
H A D | CommonArgs.cpp | 75 static bool useFramePointerForTargetByDefault(const llvm::opt::ArgList &Args, in useFramePointerForTargetByDefault() 178 static bool mustMaintainValidFrameChain(const llvm::opt::ArgList &Args, in mustMaintainValidFrameChain() 195 static bool framePointerImpliesLeafFramePointer(const llvm::opt::ArgList &Args, in framePointerImpliesLeafFramePointer() 211 getFramePointerKind(const llvm::opt::ArgList &Args, in getFramePointerKind() 264 static void renderRpassOptions(const ArgList &Args, ArgStringList &CmdArgs, in renderRpassOptions() 279 static void renderRemarksOptions(const ArgList &Args, ArgStringList &CmdArgs, in renderRemarksOptions() 310 static void renderRemarksHotnessOptions(const ArgList &Args, in renderRemarksHotnessOptions() 348 const ArgList &Args, in handleTargetFeaturesGroup() 390 void tools::addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, in addDirectoryList() 445 const ArgList &Args, ArgStringList &CmdArgs, in AddLinkerInputs() [all …]
|
H A D | PS4CPU.cpp | 27 static const char *makeArgString(const ArgList &Args, const char *Prefix, in makeArgString() 33 void tools::PScpu::addProfileRTArgs(const ToolChain &TC, const ArgList &Args, in addProfileRTArgs() 61 const ArgList &Args, in ConstructJob() 84 void tools::PScpu::addSanitizerArgs(const ToolChain &TC, const ArgList &Args, in addSanitizerArgs() 91 void toolchains::PS4CPU::addSanitizerArgs(const ArgList &Args, in addSanitizerArgs() 105 void toolchains::PS5CPU::addSanitizerArgs(const ArgList &Args, in addSanitizerArgs() 124 const ArgList &Args, in ConstructJob() 235 const ArgList &Args, in ConstructJob() 333 const ArgList &Args, StringRef Platform, in PS4PS5Base() 507 const llvm::opt::ArgList &Args) in PS4CPU() [all …]
|
H A D | ZOS.cpp | 26 ZOS::ZOS(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in ZOS() 50 const ArgList &Args, in ConstructJob() 78 static std::string getLEHLQ(const ArgList &Args) { in getLEHLQ() 88 static std::string getClangHLQ(const ArgList &Args) { in getClangHLQ() 98 static std::string getCSSHLQ(const ArgList &Args) { in getCSSHLQ() 110 const InputInfoList &Inputs, const ArgList &Args, in ConstructJob() 225 void ZOS::AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args, in AddCXXStdlibLibArgs()
|
H A D | Darwin.cpp | 76 const ArgList &Args) { in setTripleTypeForMachOArchName() 105 const ArgList &Args, in ConstructJob() 172 void darwin::MachOTool::AddMachOArch(const ArgList &Args, in AddMachOArch() 203 static bool shouldLinkerNotDedup(bool IsLinkerOnlyAction, const ArgList &Args) { in shouldLinkerNotDedup() 219 void darwin::Linker::AddLinkArgs(Compilation &C, const ArgList &Args, in AddLinkArgs() 483 static bool isObjCRuntimeLinked(const ArgList &Args) { in isObjCRuntimeLinked() 491 static bool checkRemarksOptions(const Driver &D, const ArgList &Args, in checkRemarksOptions() 508 static void renderRemarksOptions(const ArgList &Args, ArgStringList &CmdArgs, in renderRemarksOptions() 565 const ArgList &Args, in ConstructJob() 812 const ArgList &Args, in ConstructJob() [all …]
|
H A D | Cuda.cpp | 137 const llvm::opt::ArgList &Args) in CudaInstallationDetector() 359 static DeviceDebugInfoLevel mustEmitDebugInfo(const ArgList &Args) { in mustEmitDebugInfo() 381 const ArgList &Args, in ConstructJob() 503 static bool shouldIncludePTX(const ArgList &Args, StringRef InputArch) { in shouldIncludePTX() 527 const ArgList &Args, in ConstructJob() 578 const ArgList &Args, in ConstructJob() 643 const llvm::opt::ArgList &Args, in getNVPTXTargetFeatures() 695 const ArgList &Args, bool Freestanding = false) in NVPTXToolChain() 708 const ArgList &Args) in NVPTXToolChain() 713 NVPTXToolChain::TranslateArgs(const llvm::opt::DerivedArgList &Args, in TranslateArgs() [all …]
|
H A D | Clang.cpp | 72 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) { in CheckPreprocessingOptions() 87 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) { in CheckCodeGenerationOptions() 178 static void ParseMRecip(const Driver &D, const ArgList &Args, in ParseMRecip() 287 static void ParseMPreferVectorWidth(const Driver &D, const ArgList &Args, in ParseMPreferVectorWidth() 327 static bool addExceptionArgs(const ArgList &Args, types::ID InputType, in addExceptionArgs() 403 static bool ShouldEnableAutolink(const ArgList &Args, const ToolChain &TC, in ShouldEnableAutolink() 420 static const char *addDebugCompDirArg(const ArgList &Args, in addDebugCompDirArg() 438 static void addDebugObjectName(const ArgList &Args, ArgStringList &CmdArgs, in addDebugObjectName() 473 const ArgList &Args, ArgStringList &CmdArgs) { in addDebugPrefixMapArg() 493 static void addMacroPrefixMapArg(const Driver &D, const ArgList &Args, in addMacroPrefixMapArg() [all …]
|
H A D | Hexagon.cpp | 37 static void handleHVXWarnings(const Driver &D, const ArgList &Args) { in handleHVXWarnings() argument 48 static void handleHVXTargetFeatures(const Driver &D, const ArgList &Args, in handleHVXTargetFeatures() argument 163 getHexagonTargetFeatures(const Driver & D,const llvm::Triple & Triple,const ArgList & Args,std::vector<StringRef> & Features) getHexagonTargetFeatures() argument 200 ConstructJob(Compilation & C,const JobAction & JA,const InputInfo & Output,const InputInfoList & Inputs,const ArgList & Args,const char * LinkingOutput) const ConstructJob() argument 282 constructHexagonLinkArgs(Compilation & C,const JobAction & JA,const toolchains::HexagonToolChain & HTC,const InputInfo & Output,const InputInfoList & Inputs,const ArgList & Args,ArgStringList & CmdArgs,const char * LinkingOutput) constructHexagonLinkArgs() argument 499 ConstructJob(Compilation & C,const JobAction & JA,const InputInfo & Output,const InputInfoList & Inputs,const ArgList & Args,const char * LinkingOutput) const ConstructJob() argument 534 getSmallDataThreshold(const ArgList & Args) getSmallDataThreshold() argument 559 getHexagonLibraryPaths(const ArgList & Args,ToolChain::path_list & LibPaths) const getHexagonLibraryPaths() argument 601 HexagonToolChain(const Driver & D,const llvm::Triple & Triple,const llvm::opt::ArgList & Args) HexagonToolChain() argument 622 AddCXXStdlibLibArgs(const ArgList & Args,ArgStringList & CmdArgs) const AddCXXStdlibLibArgs() argument 794 isAutoHVXEnabled(const llvm::opt::ArgList & Args) isAutoHVXEnabled() argument 809 GetTargetCPUVersion(const ArgList & Args) GetTargetCPUVersion() 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 | AIX.cpp | 33 const ArgList &Args, in ConstructJob() 112 const InputInfoList &Inputs, const ArgList &Args, in ConstructJob() 345 AIX::AIX(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in AIX() 449 void AIX::AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args, in AddCXXStdlibLibArgs() 467 static void addTocDataOptions(const llvm::opt::ArgList &Args, in addTocDataOptions() 540 const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CC1Args, in addClangTargetOptions() 562 void AIX::addProfileRTLibs(const llvm::opt::ArgList &Args, in addProfileRTLibs()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | PPC.cpp | 82 std::string ppc::getPPCTuneCPU(const ArgList &Args, const llvm::Triple &T) { in getPPCTuneCPU() 89 std::string ppc::getPPCTargetCPU(const Driver &D, const ArgList &Args, in getPPCTargetCPU() 113 const ArgList &Args, in getPPCTargetFeatures() 151 const ArgList &Args) { in getPPCReadGOTPtrMode() 160 ppc::FloatABI ppc::getPPCFloatABI(const Driver &D, const ArgList &Args) { in getPPCFloatABI() 189 bool ppc::hasPPCAbiArg(const ArgList &Args, const char *Value) { in hasPPCAbiArg()
|
H A D | Mips.cpp | 24 void mips::getMipsCPUAndABI(const ArgList &Args, const llvm::Triple &Triple, in getMipsCPUAndABI() 126 std::string mips::getMipsABILibSuffix(const ArgList &Args, in getMipsABILibSuffix() 146 mips::FloatABI mips::getMipsFloatABI(const Driver &D, const ArgList &Args, in getMipsFloatABI() 186 const ArgList &Args, in getMIPSTargetFeatures() 444 bool mips::hasMipsAbiArg(const ArgList &Args, const char *Value) { in hasMipsAbiArg() 449 bool mips::isUCLibc(const ArgList &Args) { in isUCLibc() 454 bool mips::isNaN2008(const Driver &D, const ArgList &Args, in isNaN2008() 495 bool mips::shouldUseFPXX(const ArgList &Args, const llvm::Triple &Triple, in shouldUseFPXX()
|
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 | AArch64.cpp | 32 std::string aarch64::getAArch64TargetCPU(const ArgList &Args, in getAArch64TargetCPU() 117 const ArgList &Args, in getAArch64ArchFeaturesFromMarch() 140 const ArgList &Args, in getAArch64ArchFeaturesFromMcpu() 152 const ArgList &Args, in getAArch64MicroArchFeaturesFromMtune() 177 const ArgList &Args, in getAArch64MicroArchFeaturesFromMcpu() 191 const ArgList &Args, in getAArch64TargetFeatures() 453 void aarch64::setPAuthABIInTriple(const Driver &D, const ArgList &Args, in setPAuthABIInTriple()
|
H A D | SystemZ.cpp | 22 const ArgList &Args) { in getSystemZFloatABI() 37 std::string systemz::getSystemZTargetCPU(const ArgList &Args) { in getSystemZTargetCPU() 54 void systemz::getSystemZTargetFeatures(const Driver &D, const ArgList &Args, in getSystemZTargetFeatures()
|
H A D | RISCV.cpp | 31 const ArgList &Args) { in getArchFeatures() 73 const ArgList &Args, in getRISCVTargetFeatures() 216 StringRef riscv::getRISCVABI(const ArgList &Args, const llvm::Triple &Triple) { in getRISCVABI() 277 std::string riscv::getRISCVArch(const llvm::opt::ArgList &Args, in getRISCVArch() 381 std::string riscv::getRISCVTargetCPU(const llvm::opt::ArgList &Args, in getRISCVTargetCPU()
|
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 | ARM.cpp | 39 bool arm::isARMBigEndian(const llvm::Triple &Triple, const ArgList &Args) { in isARMBigEndian() 56 void arm::getARMArchCPUFromArgs(const ArgList &Args, llvm::StringRef &Arch, in getARMArchCPUFromArgs() 81 const ArgList &Args, StringRef HWDiv, in getARMHWDivFeatures() 90 const ArgList &Args, StringRef FPU, in getARMFPUFeatures() 126 static void checkARMArchName(const Driver &D, const Arg *A, const ArgList &Args, in checkARMArchName() 144 static void checkARMCPUName(const Driver &D, const Arg *A, const ArgList &Args, in checkARMCPUName() 163 static void checkARMFloatABI(const Driver &D, const ArgList &Args, in checkARMFloatABI() 196 arm::ReadTPMode arm::getReadTPMode(const Driver &D, const ArgList &Args, in getReadTPMode() 225 void arm::setArchNameInTriple(const Driver &D, const ArgList &Args, in setArchNameInTriple() 314 void arm::setFloatABIInTriple(const Driver &D, const ArgList &Args, in setFloatABIInTriple() [all …]
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 56 ArrayRef<StringRef> Args, StringRef StdInFile, in RunProgramWithTimeout() argument 73 StringRef RemoteClientPath, ArrayRef<StringRef> Args, StringRef StdInFile, in RunProgramRemotelyWithTimeout() argument 106 static Error ProcessFailure(StringRef ProgPath, ArrayRef<StringRef> Args, in ProcessFailure() argument 148 LLI(const std::string &Path, const std::vector<std::string> *Args) in LLI() argument 166 ExecuteProgram(const std::string & Bitcode,const std::vector<std::string> & Args,const std::string & InputFile,const std::string & OutputFile,const std::vector<std::string> & CCArgs,const std::vector<std::string> & SharedLibs,unsigned Timeout,unsigned MemoryLimit) ExecuteProgram() argument 253 ExecuteProgram(const std::string & Bitcode,const std::vector<std::string> & Args,const std::string & InputFile,const std::string & OutputFile,const std::vector<std::string> & CCArgs=std::vector<std::string> (),const std::vector<std::string> & SharedLibs=std::vector<std::string> (),unsigned Timeout=0,unsigned MemoryLimit=0) ExecuteProgram() argument 311 ExecuteProgram(const std::string & Bitcode,const std::vector<std::string> & Args,const std::string & InputFile,const std::string & OutputFile,const std::vector<std::string> & CCArgs,const std::vector<std::string> & SharedLibs,unsigned Timeout,unsigned MemoryLimit) ExecuteProgram() argument 355 lexCommand(const char * Argv0,std::string & Message,const std::string & CommandLine,std::string & CmdPath,std::vector<std::string> & Args) lexCommand() argument 406 std::vector<std::string> Args; createCustomCompiler() local 422 std::vector<std::string> Args; createCustomExecutor() local 483 ExecuteProgram(const std::string & Bitcode,const std::vector<std::string> & Args,const std::string & InputFile,const std::string & OutputFile,const std::vector<std::string> & ArgsForCC,const std::vector<std::string> & SharedLibs,unsigned Timeout,unsigned MemoryLimit) ExecuteProgram() argument 509 createLLC(const char * Argv0,std::string & Message,const std::string & CCBinary,const std::vector<std::string> * Args,const std::vector<std::string> * CCArgs,bool UseIntegratedAssembler) createLLC() argument 536 JIT(const std::string & Path,const std::vector<std::string> * Args) JIT() argument 554 ExecuteProgram(const std::string & Bitcode,const std::vector<std::string> & Args,const std::string & InputFile,const std::string & OutputFile,const std::vector<std::string> & CCArgs,const std::vector<std::string> & SharedLibs,unsigned Timeout,unsigned MemoryLimit) ExecuteProgram() argument 593 createJIT(const char * Argv0,std::string & Message,const std::vector<std::string> * Args) createJIT() argument 608 IsARMArchitecture(std::vector<StringRef> Args) IsARMArchitecture() argument 623 ExecuteProgram(const std::string & ProgramFile,const std::vector<std::string> & Args,FileType fileType,const std::string & InputFile,const std::string & OutputFile,const std::vector<std::string> & ArgsForCC,unsigned Timeout,unsigned MemoryLimit) ExecuteProgram() argument 844 create(const char * Argv0,std::string & Message,const std::string & CCBinary,const std::vector<std::string> * Args) create() argument [all...] |
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 59 static llvm::opt::Arg *GetRTTIArgument(const ArgList &Args) { in GetRTTIArgument() 64 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args, in CalculateRTTIMode() 80 static ToolChain::ExceptionsMode CalculateExceptionsMode(const ArgList &Args) { in CalculateExceptionsMode() 89 const ArgList &Args) in ToolChain() 189 const llvm::opt::ArgList &Args, in getAArch64MultilibFlags() 216 const llvm::opt::ArgList &Args, in getARMMultilibFlags() 579 const ArgList &Args) { in getArchNameForCompilerRTLib() 636 std::string ToolChain::getCompilerRTBasename(const ArgList &Args, in getCompilerRTBasename() 643 std::string ToolChain::buildCompilerRTBasename(const llvm::opt::ArgList &Args, in buildCompilerRTBasename() 677 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() [all …]
|
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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 173 serializeViaSPSToWrapperFunctionResult(const ArgTs &...Args) { in serializeViaSPSToWrapperFunctionResult() 194 static SPSEmpty call(HandlerT &&H, ArgTupleT &Args, in call() 219 ArgTuple Args; in apply() local 233 static bool deserialize(const char *ArgData, size_t ArgSize, ArgTuple &Args, in deserialize() 283 ArgTuple Args; in applyAsync() local 302 static bool deserialize(const char *ArgData, size_t ArgSize, ArgTuple &Args, in deserialize() 312 ArgTupleT Args, std::index_sequence<I...>) { in callAsync() 447 const ArgTs &...Args) { in call() 477 const ArgTs &...Args) { in callAsync() 558 static Error call(const CallerFn &Caller, const ArgTs &...Args) { in call() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUMCExpr.h | 46 ArrayRef<const MCExpr *> Args; variable 64 static const AMDGPUMCExpr *createOr(ArrayRef<const MCExpr *> Args, in createOr() 69 static const AMDGPUMCExpr *createMax(ArrayRef<const MCExpr *> Args, in createMax()
|