Home
last modified time | relevance | path

Searched refs:createTypeWithFlags (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DDIBuilder.cpp447 static DIType *createTypeWithFlags(LLVMContext &Context, DIType *Ty, in createTypeWithFlags() function
458 return createTypeWithFlags(VMContext, Ty, DINode::FlagArtificial); in createArtificialType()
466 return createTypeWithFlags(VMContext, Ty, Flags); in createObjectPointerType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp543 static DIType *createTypeWithFlags(const DIType *Ty, in createTypeWithFlags() function
553 return createTypeWithFlags(Ty, DINode::FlagArtificial); in createArtificialType()
561 return createTypeWithFlags(Ty, Flags); in createObjectPointerType()