Searched defs:TypeEntry (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 514 addType(std::unique_ptr<BTFTypeBase> TypeEntry,const DIType * Ty) addType() argument 523 addType(std::unique_ptr<BTFTypeBase> TypeEntry) addType() argument 533 std::unique_ptr<BTFTypeBase> TypeEntry; visitBasicType() local 570 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); visitSubroutineType() local 595 auto TypeEntry = std::make_unique<BTFTypeDeclTag>(BaseTypeId, ComponentIdx, processDeclAnnotations() local 644 std::unique_ptr<BTFTypeTypeTag> TypeEntry; genBTFTypeTags() local 678 auto TypeEntry = visitStructType() local 713 auto TypeEntry = visitArrayType() local 729 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, visitArrayType() local 753 auto TypeEntry = std::make_unique<BTFTypeEnum>(CTy, VLen, IsSigned); visitEnumType() local 757 auto TypeEntry = std::make_unique<BTFTypeEnum64>(CTy, VLen, IsSigned); visitEnumType() local 766 auto TypeEntry = std::make_unique<BTFTypeFwd>(CTy->getName(), IsUnion); visitFwdDeclType() local 815 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, true); visitDerivedType() local 831 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, false); visitDerivedType() local 837 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, false); visitDerivedType() local 1047 for (const auto &TypeEntry : TypeEntries) emitBTFSection() local 1057 for (const auto &TypeEntry : TypeEntries) emitBTFSection() local 1221 for (const auto &TypeEntry : TypeEntries) beginFunctionImpl() local 1251 for (const auto &TypeEntry : TypeEntries) populateType() local 1632 for (const auto &TypeEntry : TypeEntries) endModule() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | AcceleratorRecordsSaver.cpp | 65 TypeEntry *TypeEntry) { in save() argument 222 TypeEntry *TypeEntry) { in saveNamespaceRecord() argument 265 TypeEntry *TypeEntry) { in saveTypeRecord() argument
|
H A D | OutputSections.cpp | 317 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches() local 345 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches() local 424 TypeEntryBody *TypeEntry = Patch.RefTypeName->getValue().load(); in applyPatches() local 437 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches() local
|
H A D | TypePool.h | 27 using TypeEntry = StringMapEntry<std::atomic<TypeEntryBody *>>; variable
|
H A D | DWARFLinkerTypeUnit.cpp | 170 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in prepareDataForTreeCreation() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 439 DenseMap<unsigned, unsigned> TypeEntry; FactorNodes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1707 const MulDivRemEntry &TypeEntry = *OpEntryIt; selectMulDivRem() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1942 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; X86SelectDivRem() local
|