HomeSort by: relevance | last modified time | path
    Searched refs:ArgList (Results 1 - 25 of 171) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/external/bsd/acpica/dist/utilities/
utxferror.c 81 va_list ArgList;
87 va_start (ArgList, Format);
88 AcpiOsVprintf (Format, ArgList);
90 va_end (ArgList);
122 va_list ArgList;
140 va_start (ArgList, Format);
141 AcpiOsVprintf (Format, ArgList);
143 va_end (ArgList);
172 va_list ArgList;
178 va_start (ArgList, Format)
    [all...]
uterror.c 87 va_list ArgList;
101 va_start (ArgList, Format);
102 AcpiOsVprintf (Format, ArgList);
104 va_end (ArgList);
136 va_list ArgList;
150 va_start (ArgList, Format);
151 AcpiOsVprintf (Format, ArgList);
153 va_end (ArgList);
185 va_list ArgList;
199 va_start (ArgList, Format)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
OptionUtils.h 24 class ArgList;
33 int getLastArgIntValue(const llvm::opt::ArgList &Args,
37 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
43 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
48 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
PPC.h 23 bool hasPPCAbiArg(const llvm::opt::ArgList &Args, const char *Value);
36 FloatABI getPPCFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
38 std::string getPPCTargetCPU(const llvm::opt::ArgList &Args);
41 const llvm::opt::ArgList &Args);
44 const llvm::opt::ArgList &Args,
M68k.h 29 FloatABI getM68kFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
31 std::string getM68kTargetCPU(const llvm::opt::ArgList &Args);
34 const llvm::opt::ArgList &Args,
RISCV.h 23 const llvm::opt::ArgList &Args,
25 StringRef getRISCVABI(const llvm::opt::ArgList &Args,
27 StringRef getRISCVArch(const llvm::opt::ArgList &Args,
SystemZ.h 28 FloatABI getSystemZFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
30 std::string getSystemZTargetCPU(const llvm::opt::ArgList &Args);
32 void getSystemZTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
VE.cpp 14 #include "llvm/Option/ArgList.h"
21 void ve::getVETargetFeatures(const Driver &D, const ArgList &Args,
AArch64.h 24 const llvm::opt::ArgList &Args,
27 std::string getAArch64TargetCPU(const llvm::opt::ArgList &Args,
Mips.h 34 void getMipsCPUAndABI(const llvm::opt::ArgList &Args,
38 const llvm::opt::ArgList &Args,
41 mips::FloatABI getMipsFloatABI(const Driver &D, const llvm::opt::ArgList &Args,
43 std::string getMipsABILibSuffix(const llvm::opt::ArgList &Args,
45 bool hasMipsAbiArg(const llvm::opt::ArgList &Args, const char *Value);
46 bool isUCLibc(const llvm::opt::ArgList &Args);
47 bool isNaN2008(const llvm::opt::ArgList &Args, const llvm::Triple &Triple);
51 bool shouldUseFPXX(const llvm::opt::ArgList &Args, const llvm::Triple &Triple,
X86.h 24 std::string getX86TargetCPU(const llvm::opt::ArgList &Args,
28 const llvm::opt::ArgList &Args,
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.h 30 static const char *getBaseInputName(const llvm::opt::ArgList &Args,
32 static const char *getBaseInputStem(const llvm::opt::ArgList &Args,
34 static const char *getDependencyFileName(const llvm::opt::ArgList &Args,
39 const Driver &D, const llvm::opt::ArgList &Args,
45 const llvm::opt::ArgList &Args, bool KernelOrKext,
48 void AddAArch64TargetArgs(const llvm::opt::ArgList &Args,
51 const llvm::opt::ArgList &Args,
54 void AddARM64TargetArgs(const llvm::opt::ArgList &Args,
56 void AddMIPSTargetArgs(const llvm::opt::ArgList &Args,
58 void AddPPCTargetArgs(const llvm::opt::ArgList &Args
    [all...]
CommonArgs.h 27 const llvm::opt::ArgList &Args,
31 const llvm::opt::ArgList &Args,
34 void claimNoWarnArgs(const llvm::opt::ArgList &Args);
36 bool addSanitizerRuntimes(const ToolChain &TC, const llvm::opt::ArgList &Args,
42 bool addXRayRuntime(const ToolChain &TC, const llvm::opt::ArgList &Args,
50 const llvm::opt::ArgList &Args);
52 const char *SplitDebugName(const JobAction &JA, const llvm::opt::ArgList &Args,
56 const JobAction &JA, const llvm::opt::ArgList &Args,
59 void addLTOOptions(const ToolChain &ToolChain, const llvm::opt::ArgList &Args,
64 ParsePICArgs(const ToolChain &ToolChain, const llvm::opt::ArgList &Args)
    [all...]
Linux.h 22 const llvm::opt::ArgList &Args);
31 AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs,
34 const llvm::opt::ArgList &DriverArgs,
36 void AddCudaIncludeArgs(const llvm::opt::ArgList &DriverArgs,
38 void AddHIPIncludeArgs(const llvm::opt::ArgList &DriverArgs,
40 void AddIAMCUIncludeArgs(const llvm::opt::ArgList &DriverArgs,
45 IsAArch64OutlineAtomicsDefault(const llvm::opt::ArgList &Args) const override;
50 void addProfileRTLibs(const llvm::opt::ArgList &Args,
54 std::string getDynamicLinker(const llvm::opt::ArgList &Args) const override;
61 const llvm::opt::ArgList &DriverArgs, const JobAction &JA
    [all...]
HIP.h 25 const llvm::opt::ArgList &TCArgs, const Tool& T);
37 const llvm::opt::ArgList &TCArgs,
44 const llvm::opt::ArgList &Args) const;
50 const llvm::opt::ArgList &Args,
62 const ToolChain &HostTC, const llvm::opt::ArgList &Args);
71 void addClangTargetOptions(const llvm::opt::ArgList &DriverArgs,
75 CXXStdlibType GetCXXStdlibType(const llvm::opt::ArgList &Args) const override;
77 AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs,
80 const llvm::opt::ArgList &Args,
82 void AddIAMCUIncludeArgs(const llvm::opt::ArgList &DriverArgs
    [all...]
RISCVToolchain.h 22 const llvm::opt::ArgList &Args);
24 static bool hasGCCToolchain(const Driver &D, const llvm::opt::ArgList &Args);
26 void addClangTargetOptions(const llvm::opt::ArgList &DriverArgs,
31 GetUnwindLibType(const llvm::opt::ArgList &Args) const override;
33 AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs,
36 addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
57 const llvm::opt::ArgList &TCArgs,
VEToolchain.h 22 const llvm::opt::ArgList &Args);
36 AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs,
39 addClangTargetOptions(const llvm::opt::ArgList &DriverArgs,
43 const llvm::opt::ArgList &DriverArgs,
45 void AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args,
49 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
52 GetCXXStdlibType(const llvm::opt::ArgList &Args) const override {
MSP430.h 31 const llvm::opt::ArgList &Args);
33 AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs,
35 void addClangTargetOptions(const llvm::opt::ArgList &DriverArgs,
44 GetUnwindLibType(const llvm::opt::ArgList &Args) const override {
67 const llvm::opt::ArgList &TCArgs,
71 void AddStartFiles(bool UseExceptions, const llvm::opt::ArgList &Args,
73 void AddDefaultLibs(const llvm::opt::ArgList &Args,
75 void AddEndFiles(bool UseExceptions, const llvm::opt::ArgList &Args,
79 void getMSP430TargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
Contiki.h 22 const llvm::opt::ArgList &Args);
26 const llvm::opt::ArgList &DriverArgs,
29 const llvm::opt::ArgList &DriverArgs,
Haiku.cpp 19 Haiku::Haiku(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
24 void Haiku::addLibCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
30 void Haiku::addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
Haiku.h 23 const llvm::opt::ArgList &Args);
30 const llvm::opt::ArgList &DriverArgs,
33 const llvm::opt::ArgList &DriverArgs,
Lanai.h 22 const llvm::opt::ArgList &Args)
27 const llvm::opt::ArgList &DriverArgs,
30 const llvm::opt::ArgList &DriverArgs,
Flang.h 16 #include "llvm/Option/ArgList.h"
32 void AddFortranDialectOptions(const llvm::opt::ArgList &Args,
40 void AddPreprocessingOptions(const llvm::opt::ArgList &Args,
47 void AddOtherOptions(const llvm::opt::ArgList &Args,
61 const llvm::opt::ArgList &TCArgs,
FreeBSD.h 31 const llvm::opt::ArgList &TCArgs,
44 const llvm::opt::ArgList &TCArgs,
55 const llvm::opt::ArgList &Args);
62 void addLibCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
65 addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
67 void AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args,
69 void AddCudaIncludeArgs(const llvm::opt::ArgList &DriverArgs,
71 void AddHIPIncludeArgs(const llvm::opt::ArgList &DriverArgs,
75 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
76 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override
    [all...]
Fuchsia.h 30 const llvm::opt::ArgList &TCArgs,
41 const llvm::opt::ArgList &Args);
53 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override {
68 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
74 void addProfileRTLibs(const llvm::opt::ArgList &Args,
78 GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
80 GetCXXStdlibType(const llvm::opt::ArgList &Args) const override;
82 void addClangTargetOptions(const llvm::opt::ArgList &DriverArgs,
86 AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs,
89 AddClangCXXStdlibIncludeArgs(const llvm::opt::ArgList &DriverArgs
    [all...]

Completed in 74 milliseconds

1 2 3 4 5 6 7