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.h529 getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
H A DNVPTXISelLowering.cpp1386 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1976 std::string Proto = getPrototype( in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp340 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
H A DCoroInstr.h256 Function *getPrototype() const { in getPrototype() function