Home
last modified time | relevance | path

Searched defs:getArgs (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h201 const llvm::opt::DerivedArgList &getArgs() const { return *TranslatedArgs; } in getArgs() function
203 llvm::opt::DerivedArgList &getArgs() { return *TranslatedArgs; } in getArgs() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h124 const LOHArgs &getArgs() const { return Args; } in getArgs() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h183 const arglist_type &getArgs() const { return Args; } in getArgs() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h187 ArgListTy &getArgs() { return Args; } in getArgs() function
H A DTargetLowering.h4686 ArgListTy &getArgs() { in getArgs() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h468 LOHArgs getArgs() const { return Args; } in getArgs() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h487 ArrayRef<Argument> getArgs() const { return Args; } in getArgs() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1680 Expr **getArgs() { return reinterpret_cast<Expr **>(getTrailingArgs()); } in getArgs() function
1681 const Expr *const *getArgs() const { in getArgs() function
2823 ArrayRef<TypeSourceInfo *> getArgs() const { in getArgs() function
H A DExpr.h3011 Expr **getArgs() { in getArgs() function
3015 const Expr *const *getArgs() const { in getArgs() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h675 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; } in getArgs() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1504 ArrayRef<Init *> getArgs() const { in getArgs() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h157 const SmallVectorImpl<const Value *> &getArgs() const { return Arguments; } in getArgs() function