Searched defs:getArgs (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h124 const LOHArgs &getArgs() const { return Args; } function in class:llvm::MCLOHDirective
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h186 const llvm::opt::DerivedArgList &getArgs() const { return *TranslatedArgs; } function in class:clang::driver::Compilation
188 llvm::opt::DerivedArgList &getArgs() { return *TranslatedArgs; } function in class:clang::driver::Compilation
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h183 const arglist_type &getArgs() const { return Args; } function in class:llvm::opt::ArgList
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h186 ArgListTy &getArgs() { return Args; } function in struct:llvm::FastISel::CallLoweringInfo
H A DTargetLowering.h3816 ArgListTy &getArgs() { function in struct:llvm::TargetLoweringBase::TargetLowering::CallLoweringInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h316 LOHArgs getArgs() const { return Args; } function in class:llvm::final::MILOHDirective
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h157 const SmallVectorImpl<const Value *> &getArgs() const { return Arguments; } function in class:llvm::IntrinsicCostAttributes
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h478 ArrayRef<Argument> getArgs() const { return Args; } function in class:llvm::DiagnosticInfoOptimizationBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h680 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; } function in class:llvm::codeview::BuildInfoRecord
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1376 Expr **getArgs() { function in class:clang::final
1379 const Expr * const *getArgs() const { function in class:clang::final
[all...]
H A DExprCXX.h1568 Expr **getArgs() { return reinterpret_cast<Expr **>(getTrailingArgs()); } function in class:clang::CXXConstructExpr
1569 const Expr *const *getArgs() const { function in class:clang::CXXConstructExpr

Completed in 142 milliseconds