/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanCallFunctionUsingABI.cpp | 24 Thread &thread, const Address &function, llvm::Type &prototype, in ThreadPlanCallFunctionUsingABI()
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 516 if (!prototype->isVariadic()) return All; in forPrototype() argument 520 prototype->getExtParameterInfos(), in forPrototype() argument 497 forPrototypePlus(const FunctionProtoType * prototype,unsigned additional) forPrototypePlus() argument 511 forPrototypePlus(CanQual<FunctionProtoType> prototype,unsigned additional) forPrototypePlus() argument [all...] |
/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
H A D | ABISysV_hexagon.cpp | 1052 llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const { in PrepareTrivialCall() argument
|
/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 75 const PrototypeDescriptor &prototype) in RVVType() argument
|
/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 197 addr_t ra, llvm::Type &prototype, in PrepareTrivialCall() argument
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.cpp | 510 static std::string generateFilename(char const *prototype, in generateFilename()
|
/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 174 PrepareTrivialCall(Thread & thread,addr_t sp,addr_t pc,addr_t ra,llvm::Type & prototype,llvm::ArrayRef<ABI::CallArgument> args) const PrepareTrivialCall() argument
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-implementation.h | 1425 ArrayConstructorFromMold(const A & prototype,std::optional<Expr<SubscriptInteger>> && length) ArrayConstructorFromMold() argument
|
/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 1471 llvm::FunctionType *prototype = call_inst->getFunctionType(); Interpret() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 313 auto prototype = FT.getAs<FunctionProtoType>(); in arrangeCXXMethodDeclaration() local [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 5847 auto prototype = WriteDeclUpdatesBlocks() local
|