Searched defs:getArgs (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h303 LOHArgs getArgs() const { return Args; } function in class:llvm::final::MILOHDirective
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h124 const LOHArgs &getArgs() const { return Args; } function in class:llvm::MCLOHDirective
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h477 ArrayRef<Argument> getArgs() const { return Args; } function in class:llvm::DiagnosticInfoOptimizationBase
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3594 ArgListTy &getArgs() { function in struct:llvm::TargetLoweringBase::TargetLowering::CallLoweringInfo
H A DFastISel.h187 ArgListTy &getArgs() { return Args; } function in struct:llvm::FastISel::CallLoweringInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1386 Expr **getArgs() { function in class:clang::final
1389 const Expr * const *getArgs() const { function in class:clang::final
[all...]
H A DExprCXX.h1564 Expr **getArgs() { return reinterpret_cast<Expr **>(getTrailingArgs()); } function in class:clang::CXXConstructExpr
1565 const Expr *const *getArgs() const { function in class:clang::CXXConstructExpr
/freebsd-11-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-11-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

Completed in 212 milliseconds