Home
last modified time | relevance | path

Searched defs:TypeArray (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp166 VarStreamArray<CVType> TypeArray; member
370 std::vector<CVType> TypeArray = { in TEST_F() local
/llvm-project/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1586 typedef llvm::ArrayRef<llvm::Type*> TypeArray; global() typedef
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp429 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() local
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp874 getImpl(LLVMContext & Context,DIFlags Flags,uint8_t CC,Metadata * TypeArray,StorageType Storage,bool ShouldCreate) getImpl() argument
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp2337 MDTuple *TypeArray = getTuple(); TEST_F() local