HomeSort by relevance Sort by last modified time
    Searched refs:getOrCreateFunction (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 300 getOrCreateFunction(Module *M, Type *RetTy, ArrayRef<Type *> ArgTypes,
326 DEBUG(dbgs() << "[getOrCreateFunction] Warning: taking function name\n");
329 DEBUG(dbgs() << "[getOrCreateFunction] Warning: function name changed\n");
331 DEBUG(dbgs() << "[getOrCreateFunction] ";
727 auto F = getOrCreateFunction(M, RetTy, getTypes(Args),
    [all...]
SPIRVInternal.h 542 Function *getOrCreateFunction(Module *M, Type *RetTy,
    [all...]
SPIRVReader.cpp     [all...]

Completed in 60 milliseconds