Home
last modified time | relevance | path

Searched defs:ConstantArray (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h33 class ConstantArray; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h61 friend class ConstantArray; // For LLVMTy. variable
H A DValue.h148 friend class ConstantArray; // For `Val`. variable
H A DConstant.h362 ConstantArray(llvm::ConstantArray *C, Context &Ctx) in ConstantArray() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h43 class ConstantArray; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp279 namespace ConstantArray { namespace
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1307 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V, in ConstantArray() function in ConstantArray