Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h508 getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
H A DNVPTXISelLowering.cpp1318 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1805 std::string Proto = getPrototype( in LowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp337 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
H A DCoroInstr.h225 Function *getPrototype() const { in getPrototype() function