Home
last modified time | relevance | path

Searched defs:TypeEntry (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp524 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 DAcceleratorRecordsSaver.cpp65 TypeEntry *TypeEntry) { in save() argument
222 TypeEntry *TypeEntry) { in saveNamespaceRecord() argument
265 TypeEntry *TypeEntry) { in saveTypeRecord() argument
H A DOutputSections.cpp317 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 DTypePool.h27 using TypeEntry = StringMapEntry<std::atomic<TypeEntryBody *>>; variable
H A DDWARFLinkerTypeUnit.cpp170 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in prepareDataForTreeCreation() local
/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp438 DenseMap<unsigned, unsigned> TypeEntry; FactorNodes() local
/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1724 const MulDivRemEntry &TypeEntry = *OpEntryIt; selectMulDivRem() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp800 using TypeEntry = Entry<Type>; typedef in __anonb8b7b79e0a11::AttrTypeReader
/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1941 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; X86SelectDivRem() local