Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.h529 getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
HDNVPTXISelLowering.cpp1386 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1976 std::string Proto = getPrototype( in LowerCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroutines.cpp340 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
HDCoroInstr.h256 Function *getPrototype() const { in getPrototype() function