Home
last modified time | relevance | path

Searched defs:TypeIndex (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordName.h19 class TypeIndex; variable
H A DTypeSymbolEmitter.h16 class TypeIndex; variable
H A DCVTypeVisitor.h19 class TypeIndex; variable
H A DTypeStreamMerger.h20 class TypeIndex; variable
H A DContinuationRecordBuilder.h23 class TypeIndex; variable
H A DTypeIndex.h104 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {} in TypeIndex() function
105 explicit TypeIndex(uint32_t Index) : Index(Index) {} in TypeIndex() function
106 explicit TypeIndex(SimpleTypeKind Kind) in TypeIndex() function
108 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode) in TypeIndex() function
H A DTypeIndexDiscovery.h18 class TypeIndex; variable
H A DTypeRecordMapping.h24 class TypeIndex; variable
H A DTypeDumpVisitor.h21 class TypeIndex; variable
H A DCodeViewRecordIO.h28 class TypeIndex; variable
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h311 void setScalarAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarAction() argument
317 void setPointerAction(const unsigned Opcode, const unsigned TypeIndex, in setPointerAction() argument
334 setScalarInVectorAction(const unsigned Opcode,const unsigned TypeIndex,const SizeAndActionsVec & SizeAndActions) setScalarInVectorAction() argument
346 setVectorNumElementAction(const unsigned Opcode,const unsigned TypeIndex,const unsigned ElementSize,const SizeAndActionsVec & SizeAndActions) setVectorNumElementAction() argument
419 setActions(unsigned TypeIndex,SmallVector<SizeAndActionsVec,1> & Actions,const SizeAndActionsVec & SizeAndActions) setActions() argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.h21 class TypeIndex; variable
H A DPdbAstBuilder.h95 using TypeIndex = llvm::codeview::TypeIndex; variable
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h23 class TypeIndex; variable
/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp1116 size_t TypeIndex = I % ExpandedGenTypes[ArgNum].size(); expandTypesInSignature() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp944 unsigned TypeIndex = 0; findExtractedInputToOverallInputMapping() local
1308 unsigned TypeIndex = Group.NumAggregateInputs; findExtractedOutputToOverallOutputMapping() local
[all...]
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp415 cl::list<uint32_t> TypeIndex( variable
H A DDumpOutputStyle.cpp1186 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet()
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp547 unsigned TypeIndex = ScratchRegs[1] - AArch64::W0; LowerKCFI_CHECK() local
/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1100 TypeIndex->setDoesNotThrow(); in emitWasmCatchPadBlock() local
/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1921 unsigned TypeIndex, OpIndex; X86SelectDivRem() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3602 emitInlinees(const SmallSet<codeview::TypeIndex,1> & Inlinees) emitInlinees() argument
[all...]