Home
last modified time | relevance | path

Searched refs:getPrototype (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h179 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
H A DNVPTXISelLowering.cpp1172 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1796 getPrototype(DL, RetTy, Args, CLI.Outs, in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp328 auto Prototype = ContinuationId->getPrototype(); in analyze()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h256 Function *getPrototype() const { in getPrototype() function