Searched refs:setIndex (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp148 result.index.setIndex(repr.index);
157 result.index.setIndex(repr.index);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h676 void setIndex(int Idx) {
818 Op.setIndex(Idx);
824 Op.setIndex(Idx);
832 Op.setIndex(Idx);
839 Op.setIndex(Idx);
H A DSlotIndexes.h59 void setIndex(unsigned index) { function in class:llvm::IndexListEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp132 ELFSymbol->setIndex(SectionIndex);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp168 curItr->setIndex(index += Space);
H A DStackSlotColoring.cpp412 MO.setIndex(NewFI);
H A DMachineOperand.cpp217 setIndex(Idx);
228 setIndex(Idx);
H A DStackColoring.cpp1027 MO.setIndex(ToSlot);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h310 void setIndex(uint32_t Value) const { function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h111 void setIndex(uint32_t I) { Index = I; } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp93 void setIndex(int Value) { function in class:__anon3739::COFFSymbol
96 MC->setIndex(static_cast<uint32_t>(Value));
1030 Symbol->setIndex(Header.NumberOfSymbols++);
H A DELFObjectWriter.cpp744 MSD.Symbol->setIndex(Index++);
753 MSD.Symbol->setIndex(Index++);
H A DWasmObjectWriter.cpp1556 WS.setIndex(InvalidIndex);
1592 WS.setIndex(SymbolInfos.size());
H A DMachObjectWriter.cpp624 Entry.Symbol->setIndex(Index++);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1076 UserMI->getOperand(j).setIndex(CPEs[i].CPI);
1132 UserMI->getOperand(j).setIndex(CPEs[i].CPI);
1402 UserMI->getOperand(i).setIndex(ID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp143 TypeInd.setIndex(I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp532 SymbolELF->setIndex(ELF::SHN_AMDGPU_LDS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1150 UserMI->getOperand(j).setIndex(CPEs[i].CPI);
1532 UserMI->getOperand(i).setIndex(ID);
H A DARMBaseInstrInfo.cpp1785 I->getOperand(1).setIndex(CPI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp180 S.setIndex(I);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp356 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { function in struct:__anon1673::BlockLayoutChunk
715 li->setIndex(info, elementTypes.size(), blockSize);
768 li->setIndex(info, elementTypes.size(), blockSize);

Completed in 324 milliseconds