Searched refs:TypeArray (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 879 Metadata *TypeArray; 881 MDNodeKeyImpl(unsigned Flags, uint8_t CC, Metadata *TypeArray) 882 : Flags(Flags), CC(CC), TypeArray(TypeArray) {} 884 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {} 888 TypeArray == RHS->getRawTypeArray(); 891 unsigned getHashValue() const { return hash_combine(Flags, CC, TypeArray); }
|
| H A D | DebugInfoMetadata.cpp | 1144 uint8_t CC, Metadata *TypeArray, in getImpl() argument 1147 DEFINE_GETIMPL_LOOKUP(DISubroutineType, (Flags, CC, TypeArray)); in getImpl() 1148 Metadata *Ops[] = {nullptr, nullptr, nullptr, nullptr, nullptr, TypeArray}; in getImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.h | 92 std::vector<CVType> TypeArray;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 507 [&](TypeIndex TI, const CVType &Type) { TypeArray.push_back(Type); }); in loadPrecompiledObject() 511 ItemStream->setItems(TypeArray); in loadPrecompiledObject() 515 std::make_shared<LazyRandomTypeCollection>(TypeStream, TypeArray.size()); in loadPrecompiledObject()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1934 uint8_t CC, DITypeRefArray TypeArray, 1937 return getImpl(Context, Flags, CC, TypeArray.get(), Storage, ShouldCreate); 1940 uint8_t CC, Metadata *TypeArray, 1950 (DIFlags Flags, uint8_t CC, DITypeRefArray TypeArray), 1951 (Flags, CC, TypeArray)) 1953 (DIFlags Flags, uint8_t CC, Metadata *TypeArray), 1954 (Flags, CC, TypeArray))
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 431 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() local 432 if (TypeArray.size()) in getFunctionOptions() 433 ReturnTy = TypeArray[0]; in getFunctionOptions()
|