/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 524 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() argument 534 TypeEntry->setId(TypeEntries.size() + 1); in visitBasicType() local 515 addType(std::unique_ptr<BTFTypeBase> TypeEntry,const DIType * Ty) addType() argument 571 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); visitSubroutineType() local 596 auto TypeEntry = std::make_unique<BTFTypeDeclTag>(BaseTypeId, ComponentIdx, processDeclAnnotations() local 645 std::unique_ptr<BTFTypeTypeTag> TypeEntry; genBTFTypeTags() local 679 auto TypeEntry = visitStructType() local 714 auto TypeEntry = visitArrayType() local 730 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, visitArrayType() local 754 auto TypeEntry = std::make_unique<BTFTypeEnum>(CTy, VLen, IsSigned); visitEnumType() local 758 auto TypeEntry = std::make_unique<BTFTypeEnum64>(CTy, VLen, IsSigned); visitEnumType() local 767 auto TypeEntry = std::make_unique<BTFTypeFwd>(CTy->getName(), IsUnion); visitFwdDeclType() local 816 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, true); visitDerivedType() local 832 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, false); visitDerivedType() local 838 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 1654 for (const auto &TypeEntry : TypeEntries) endModule() local [all...] |
/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
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 438 DenseMap<unsigned, unsigned> TypeEntry; FactorNodes() local
|
/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1724 const MulDivRemEntry &TypeEntry = *OpEntryIt; selectMulDivRem() local
|
/llvm-project/mlir/lib/Bytecode/Reader/ |
H A D | BytecodeReader.cpp | 800 using TypeEntry = Entry<Type>; typedef in __anonb8b7b79e0a11::AttrTypeReader
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1941 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; X86SelectDivRem() local
|