/llvm-project/libcxx/test/support/ |
H A D | type_id.h | 23 struct TypeID { struct 34 explicit constexpr TypeID(const char* xid) : m_id(xid) {} in TypeID() argument 37 TypeID& operator=(TypeID const&) = delete; argument 40 template <class T> friend TypeID const& makeTypeIDImp(); argument
|
H A D | container_test_types.h | 103 struct TypeID { global() struct 109 TypeIDTypeID TypeID() argument 115 TypeInfoTypeID global() argument [all...] |
/llvm-project/mlir/include/mlir/Support/ |
H A D | TypeID.h | 112 TypeID() : TypeID(get<void>()) {} in TypeID() function 140 TypeID(const Storage *storage) : storage(storage) {} in TypeID() function 321 operator TypeID() const { return getTypeID(); } in TypeID() function
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | CFBundle.cpp | 151 auto PrintError = [&](CFTypeID TypeID) { in getBundleInfo() 164 CFTypeID TypeID = ::CFGetTypeID(TypeRef); in getBundleInfo() local 172 CFTypeID TypeID = ::CFGetTypeID(TypeRef); in getBundleInfo() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.cpp | 26 unsigned TypeID) { in assignValue()
|
H A D | ValueList.h | 52 void push_back(Value *V, unsigned TypeID) { in push_back()
|
H A D | BitcodeReader.cpp | 770 unsigned InstNum, Value *&ResVal, unsigned &TypeID, in getValueTypePair() argument 1466 unsigned TypeID = TypeList.size(); getVirtualTypeID() local 4120 callValueTypeCallback(Value * F,unsigned TypeID) callValueTypeCallback() argument 4321 unsigned TypeID = Record[OpNum++]; parseGlobalIndirectSymbolRecord() local 5031 unsigned TypeID; parseFunctionBody() local 5054 unsigned TypeID; parseFunctionBody() local 5306 unsigned TypeID; parseFunctionBody() local [all...] |
/llvm-project/llvm/unittests/Bitcode/ |
H A D | BitReaderTest.cpp | 307 static Metadata *getTypeMetadataEntry(unsigned TypeID, LLVMContext &Context, in getTypeMetadataEntry() argument 360 __anon04d1fc3a0202(Value *V, unsigned TypeID, GetTypeByIDTy GetTypeByID, GetContainedTypeIDTy GetContainedTypeID) TEST() argument 405 __anon04d1fc3a0302(Metadata **Val, unsigned TypeID, GetTypeByIDTy GetTypeByID, GetContainedTypeIDTy GetContainedTypeID) TEST() argument
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ARMException.cpp | 122 unsigned TypeID = *I; in emitTypeInfos() local
|
H A D | EHStreamer.cpp | 122 int TypeID = TypeIds[J]; in computeActionsTable() local 840 unsigned TypeID = *I; in emitTypeInfos() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 69 support::ulittle16_t TypeID; member 128 uint16_t TypeID; variable
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 295 const int64_t TypeID = TyI->second; executeMatchTable() local 692 int TypeID = readS8(); executeMatchTable() local 1247 int TypeID = readS8(); executeMatchTable() local 1456 int TypeID = readS8(); executeMatchTable() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 133 Metadata *TypeID = Type->getOperand(1).get(); in ScanVTables() local
|
H A D | WholeProgramDevirt.cpp | 323 Metadata *TypeID; global() member 785 typeIDVisibleToRegularObj(StringRef TypeID,function_ref<bool (StringRef)> IsVisibleToRegularObj) typeIDVisibleToRegularObj() argument 815 if (auto *TypeID = dyn_cast<MDString>(Type->getOperand(1).get())) skipUpdateDueToValidation() local 1043 auto TypeID = Type->getOperand(1).get(); buildTypeIdentifierMap() local [all...] |
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 239 StringRef TypeID; member
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 54 enum TypeID { enum
|
/llvm-project/mlir/lib/Dialect/IRDL/ |
H A D | IRDLLoading.cpp | 506 static bool getBases(Operation *op, SmallPtrSet<TypeID, 4> ¶mIds, in getBases()
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 103 using TypeID = Type::TypeID; typedef
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 283 uint32_t TypeID; ///< Type ID member
|
/llvm-project/mlir/lib/Dialect/DLTI/ |
H A D | DLTI.cpp | 163 combineOneSpec(DataLayoutSpecInterface spec,DenseMap<TypeID,DataLayoutEntryList> & entriesForType,DenseMap<StringAttr,DataLayoutEntryInterface> & entriesForID) combineOneSpec() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTF.h | 269 uint32_t TypeID; ///< TypeID for the relocation member
|
/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 359 uint32_t TypeID = Extractor.getU32(C); in parseRelocInfo() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | DataLayoutInterfaces.cpp | 688 DenseMap<TypeID, DataLayoutEntryList> &types, in bucketEntriesByType() argument
|
/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 142 void printResourceTypeName(uint16_t TypeID, raw_ostream &OS) { in printResourceTypeName()
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 927 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType() local
|