/external/clang/lib/Driver/ |
D | ToolChains.h | 106 void init(const llvm::Triple &TargetTriple, const llvm::opt::ArgList &Args, 147 const llvm::opt::ArgList &Args, 153 const llvm::opt::ArgList &Args, 181 void init(const llvm::Triple &TargetTriple, const llvm::opt::ArgList &Args); 216 const llvm::opt::ArgList &Args); 245 const llvm::opt::ArgList &DriverArgs, 268 const llvm::opt::ArgList &Args); 276 StringRef getMachOArchName(const llvm::opt::ArgList &Args) const; 279 virtual void AddLinkARCArgs(const llvm::opt::ArgList &Args, in AddLinkARCArgs() 283 virtual void AddLinkRuntimeLibArgs(const llvm::opt::ArgList &Args, [all …]
|
D | Tools.h | 42 const llvm::opt::ArgList &Args, 48 static const char *getBaseInputName(const llvm::opt::ArgList &Args, 50 static const char *getBaseInputStem(const llvm::opt::ArgList &Args, 52 static const char *getDependencyFileName(const llvm::opt::ArgList &Args, 57 const Driver &D, const llvm::opt::ArgList &Args, 63 void AddAArch64TargetArgs(const llvm::opt::ArgList &Args, 66 const llvm::opt::ArgList &Args, 69 void AddARM64TargetArgs(const llvm::opt::ArgList &Args, 71 void AddMIPSTargetArgs(const llvm::opt::ArgList &Args, 73 void AddPPCTargetArgs(const llvm::opt::ArgList &Args, [all …]
|
D | ToolChain.cpp | 35 static llvm::opt::Arg *GetRTTIArgument(const ArgList &Args) { in GetRTTIArgument() 40 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args, in CalculateRTTIMode() 69 const ArgList &Args) in ToolChain() 272 const ArgList &Args) { in getArchNameForCompilerRTLib() 287 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() 307 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() 313 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT() 417 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args, in ComputeLLVMTriple() 505 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() 510 void ToolChain::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs() [all …]
|
D | ToolChains.cpp | 45 MachO::MachO(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MachO() 54 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in Darwin() 142 static bool isSoftFloatABI(const ArgList &Args) { in isSoftFloatABI() 153 StringRef MachO::getMachOArchName(const ArgList &Args) const { in getMachOArchName() 179 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() 186 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() 238 const ArgList &Args) in DarwinClang() 258 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount() 262 void DarwinClang::AddLinkARCArgs(const ArgList &Args, in AddLinkARCArgs() 299 void MachO::AddLinkRuntimeLib(const ArgList &Args, ArgStringList &CmdArgs, in AddLinkRuntimeLib() [all …]
|
D | CrossWindowsToolChain.cpp | 20 const llvm::opt::ArgList &Args) in CrossWindowsToolChain() 51 AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs, in AddClangSystemIncludeArgs() 71 AddClangCXXStdlibIncludeArgs(const llvm::opt::ArgList &DriverArgs, in AddClangCXXStdlibIncludeArgs() 95 AddCXXStdlibLibArgs(const llvm::opt::ArgList &DriverArgs, in AddCXXStdlibLibArgs()
|
D | Tools.cpp | 55 static void handleTargetFeaturesGroup(const ArgList &Args, in handleTargetFeaturesGroup() 113 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) { in CheckPreprocessingOptions() 126 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) { in CheckCodeGenerationOptions() 181 static void addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, in addDirectoryList() 236 const ArgList &Args, ArgStringList &CmdArgs) { in AddLinkerInputs() 279 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount() 284 static bool isObjCRuntimeLinked(const ArgList &Args) { in isObjCRuntimeLinked() 300 const Driver &D, const ArgList &Args, in AddPreprocessingOptions() 654 static void getARMArchCPUFromArgs(const ArgList &Args, llvm::StringRef &Arch, in getARMArchCPUFromArgs() 676 const ArgList &Args, StringRef HWDiv, in getARMHWDivFeatures() [all …]
|
/external/clang/include/clang/Driver/ |
D | ToolChain.h | 28 class ArgList; variable 72 const llvm::opt::ArgList &Args; 100 const llvm::opt::ArgList &Args); 108 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs, 111 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs, 115 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs, 118 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs, 264 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args, 268 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args, 272 static bool needsProfileRT(const llvm::opt::ArgList &Args); [all …]
|
D | Driver.h | 32 class ArgList; variable 391 Action *ConstructPhaseAction(Compilation &C, const llvm::opt::ArgList &Args, 447 void setLTOMode(const llvm::opt::ArgList &Args); 453 const ToolChain &getToolChain(const llvm::opt::ArgList &Args, 496 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 37 void ArgList::append(Arg *A) { in append() 41 void ArgList::eraseArg(OptSpecifier Id) { in eraseArg() 47 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id) const { in getLastArgNoClaim() 55 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1) const { in getLastArgNoClaim() 64 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, in getLastArgNoClaim() 74 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, in getLastArgNoClaim() 84 Arg *ArgList::getLastArg(OptSpecifier Id) const { in getLastArg() 96 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const { in getLastArg() 110 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() 125 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() [all …]
|
D | Arg.cpp | 66 std::string Arg::getAsString(const ArgList &Args) const { in getAsString() 82 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput() 91 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | ArgList.cpp | 33 void ArgList::append(Arg *A) { in append() 46 void ArgList::eraseArg(OptSpecifier Id) { in eraseArg() 57 ArgList::OptRange 58 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() 73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() 79 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag() 86 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue() 92 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const { in getAllArgValues() 98 void ArgList::AddAllArgsExcept(ArgStringList &Output, in AddAllArgsExcept() 122 void ArgList::AddAllArgs(ArgStringList &Output, in AddAllArgs() [all …]
|
D | Arg.cpp | 68 std::string Arg::getAsString(const ArgList &Args) const { in getAsString() 87 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput() 96 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render()
|
/external/llvm/include/llvm/Option/ |
D | ArgList.h | 27 class ArgList; variable 36 const ArgList &Args; 57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args, 94 class ArgList { 110 ArgList() = default; 116 ArgList(ArgList &&RHS) : Args(std::move(RHS.Args)) { RHS.Args.clear(); } in ArgList() function 117 ArgList &operator=(ArgList &&RHS) { 123 ~ArgList() = default; 315 class InputArgList final : public ArgList { 340 : ArgList(std::move(RHS)), ArgStrings(std::move(RHS.ArgStrings)), in InputArgList() [all …]
|
D | Arg.h | 25 class ArgList; variable 107 void render(const ArgList &Args, ArgStringList &Output) const; 114 void renderAsInput(const ArgList &Args, ArgStringList &Output) const; 121 std::string getAsString(const ArgList &Args) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | ArgList.h | 116 class ArgList { 148 ArgList() = default; 155 ArgList(ArgList &&RHS) in ArgList() function 161 ArgList &operator=(ArgList &&RHS) { 170 ~ArgList() = default; 368 class InputArgList final : public ArgList { 396 : ArgList(std::move(RHS)), ArgStrings(std::move(RHS.ArgStrings)), in InputArgList() 402 ArgList::operator=(std::move(RHS)); 427 using ArgList::MakeArgString; 435 class DerivedArgList final : public ArgList { [all …]
|
D | Arg.h | 28 class ArgList; variable 128 void render(const ArgList &Args, ArgStringList &Output) const; 135 void renderAsInput(const ArgList &Args, ArgStringList &Output) const; 144 std::string getAsString(const ArgList &Args) const;
|
D | Option.h | 27 class ArgList; variable 207 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const; 210 Arg *acceptInternal(const ArgList &Args, unsigned &Index,
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.h | 167 void appendArgType(Type ArgType) { ArgList.push_back(ArgType); } in appendArgType() 171 SizeT getNumArgs() const { return ArgList.size(); } in getNumArgs() 173 assert(Index < ArgList.size()); in getArgType() 174 return ArgList[Index]; in getArgType() 176 const ArgListType &getArgList() const { return ArgList; } in getArgList() 183 ArgListType ArgList; variable
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 30 class ArgList; variable 194 int getLastArgIntValue(const llvm::opt::ArgList &Args, 198 inline int getLastArgIntValue(const llvm::opt::ArgList &Args, in getLastArgIntValue() 204 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args, 208 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args, in getLastArgUInt64Value()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Threading.h | 91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() argument 94 std::forward<Args>(ArgList)...); in call_once() 100 std::forward<Function>(F)(std::forward<Args>(ArgList)...); in call_once()
|
/external/llvm/include/llvm/Support/ |
D | Threading.h | 91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() argument 94 std::forward<Args>(ArgList)...); in call_once() 100 std::forward<Function>(F)(std::forward<Args>(ArgList)...); in call_once()
|
/external/clang/lib/Frontend/ |
D | CreateInvocationFromCommandLine.cpp | 34 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList, in createInvocationFromCommandLine() argument 42 SmallVector<const char *, 16> Args(ArgList.begin(), ArgList.end()); in createInvocationFromCommandLine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Threading.h | 118 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() argument 121 std::forward<Args>(ArgList)...); in call_once() 127 std::forward<Function>(F)(std::forward<Args>(ArgList)...); in call_once()
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_zip.py | 14 from ..fixer_util import Name, ArgList, in_special_context 44 new = Node(syms.power, [Name("list"), ArgList([new])] + trailers)
|
D | fix_throw.py | 14 from ..fixer_util import Name, Call, ArgList, Attr, is_tuple 53 with_tb = Attr(e, Name('with_traceback')) + [ArgList([tb])]
|