Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h58 void setIndex(unsigned index) { in setIndex() function
H A DMachineOperand.h707 void setIndex(int Idx) { in setIndex() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSarif.h86 SarifArtifactLocation setIndex(uint32_t Idx) { in setIndex() function
335 SarifResult setIndex(uint32_t Idx) { in setIndex() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h51 void setIndex(Register NewIndex) { IndexReg = NewIndex; } in setIndex() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h112 void setIndex(uint32_t I) { Index = I; } in setIndex() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h321 void setIndex(uint32_t Value) const { in setIndex() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp90 void setIndex(int Value) { in setIndex() function in __anon8030e7770111::COFFSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h94 void setIndex(const unsigned Idx) { Index = Idx; } in setIndex() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp320 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex() function