Searched defs:TypeEntry (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 515 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() 524 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType() 534 std::unique_ptr<BTFTypeBase> TypeEntry; in visitBasicType() local 571 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() local 596 auto TypeEntry = std::make_unique<BTFTypeDeclTag>(BaseTypeId, ComponentIdx, in processDeclAnnotations() local 645 std::unique_ptr<BTFTypeTypeTag> TypeEntry; in genBTFTypeTags() local 679 auto TypeEntry = in visitStructType() local 714 auto TypeEntry = in visitArrayType() local 730 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType() local 754 auto TypeEntry = std::make_unique<BTFTypeEnum>(CTy, VLen, IsSigned); in visitEnumType() local [all …]
|
| /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
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 438 DenseMap<unsigned, unsigned> TypeEntry; in FactorNodes() local
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86InstructionSelector.cpp | 1742 const MulDivRemEntry &TypeEntry = *OpEntryIt; in selectMulDivRem() local
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1943 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
|