Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h525 getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
H A DNVPTXISelLowering.cpp1553 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
2029 std::string Proto = getPrototype( in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp333 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
H A DCoroInstr.h223 Function *getPrototype() const { in getPrototype() function