Home
last modified time | relevance | path

Searched refs:transformType (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp164 FunctionType *FunTy = transformType(JTType, OrigFunTy); in insertEntry()
192 FunctionType *TransTy = transformType(JTType, FunTy); in hasTable()
196 FunctionType *JumpInstrTables::transformType(JumpTable::JumpTableType JTT, in transformType() function in JumpInstrTables
H A DForwardControlFlowIntegrity.cpp144 FunctionType *TransformedTy = JumpInstrTables::transformType(JTType, FunTy); in updateIndirectCalls()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DJumpInstrTables.h74 static FunctionType *transformType(JumpTable::JumpTableType JTT,