Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILTranslateMetadata.cpp83 DRTM[RI.getHandleTy()].createElementStruct(RI.getName())); in emitResourceMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h303 LLVM_ABI StructType *createElementStruct(StringRef CBufferName = "");
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp297 StructType *ResourceTypeInfo::createElementStruct(StringRef CBufferName) { in createElementStruct() function in ResourceTypeInfo