Home
last modified time | relevance | path

Searched defs:ETypes (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h29 ArrayRef<Type *> ETypes; member
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp228 finishType(StructType * DTy,StructType * STy,ArrayRef<Type * > ETypes) finishType() argument
1743 findNonOpaque(ArrayRef<Type * > ETypes,bool IsPacked) findNonOpaque() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp373 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() argument