Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp57 static uint64_t packAllocSizeArgs(unsigned ElemSizeArg, in packAllocSizeArgs()
69 unsigned ElemSizeArg = Num >> 32; in unpackAllocSizeArgs() local
220 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs()
1443 LLVMContext &C, unsigned Index, unsigned ElemSizeArg, in addAllocSizeParamAttr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp229 static bool setAllocSize(Function &F, unsigned ElemSizeArg, in setAllocSize()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp1421 unsigned ElemSizeArg; in parseEnumAttribute() local