Searched refs:TypeArray (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 715 Metadata *TypeArray; 717 MDNodeKeyImpl(unsigned Flags, uint8_t CC, Metadata *TypeArray) 718 : Flags(Flags), CC(CC), TypeArray(TypeArray) {} 720 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {} 724 TypeArray == RHS->getRawTypeArray(); 727 unsigned getHashValue() const { return hash_combine(Flags, CC, TypeArray); }
|
H A D | DebugInfoMetadata.cpp | 874 uint8_t CC, Metadata *TypeArray, in getImpl() argument 877 DEFINE_GETIMPL_LOOKUP(DISubroutineType, (Flags, CC, TypeArray)); in getImpl() 878 Metadata *Ops[] = {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 | 512 [&](TypeIndex TI, const CVType &Type) { TypeArray.push_back(Type); }); in loadPrecompiledObject() 516 ItemStream->setItems(TypeArray); in loadPrecompiledObject() 520 std::make_shared<LazyRandomTypeCollection>(TypeStream, TypeArray.size()); in loadPrecompiledObject()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1388 uint8_t CC, DITypeRefArray TypeArray, 1391 return getImpl(Context, Flags, CC, TypeArray.get(), Storage, ShouldCreate); 1394 uint8_t CC, Metadata *TypeArray, 1404 (DIFlags Flags, uint8_t CC, DITypeRefArray TypeArray), 1405 (Flags, CC, TypeArray)) 1407 (DIFlags Flags, uint8_t CC, Metadata *TypeArray), 1408 (Flags, CC, TypeArray))
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 429 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() 430 if (TypeArray.size()) in getFunctionOptions() 431 ReturnTy = TypeArray[0]; in getFunctionOptions() 425 if (auto TypeArray = Ty->getTypeArray()) { getFunctionOptions() local
|