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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h676 void setIndex(int Idx) {
813 Op.setIndex(Idx);
819 Op.setIndex(Idx);
827 Op.setIndex(Idx);
834 Op.setIndex(Idx);
H A DSlotIndexes.h59 void setIndex(unsigned index) { function in class:llvm::IndexListEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp132 ELFSymbol->setIndex(SectionIndex);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp167 curItr->setIndex(index += Space);
H A DStackSlotColoring.cpp412 MO.setIndex(NewFI);
H A DMachineOperand.cpp215 setIndex(Idx);
226 setIndex(Idx);
H A DStackColoring.cpp1022 MO.setIndex(ToSlot);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h310 void setIndex(uint32_t Value) const { function
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1077 UserMI->getOperand(j).setIndex(CPEs[i].CPI);
1133 UserMI->getOperand(j).setIndex(CPEs[i].CPI);
1403 UserMI->getOperand(i).setIndex(ID);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp92 void setIndex(int Value) { function in class:__anon1941::COFFSymbol
95 MC->setIndex(static_cast<uint32_t>(Value));
971 Symbol->setIndex(Header.NumberOfSymbols++);
H A DELFObjectWriter.cpp744 MSD.Symbol->setIndex(Index++);
753 MSD.Symbol->setIndex(Index++);
H A DWasmObjectWriter.cpp1443 WS.setIndex(InvalidIndex);
1479 WS.setIndex(SymbolInfos.size());
H A DMachObjectWriter.cpp624 Entry.Symbol->setIndex(Index++);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp143 TypeInd.setIndex(I);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp526 SymbolELF->setIndex(ELF::SHN_AMDGPU_LDS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1162 UserMI->getOperand(j).setIndex(CPEs[i].CPI);
1544 UserMI->getOperand(i).setIndex(ID);
H A DARMBaseInstrInfo.cpp1729 I->getOperand(1).setIndex(CPI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp180 S.setIndex(I);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp356 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { function in struct:__anon324::BlockLayoutChunk
715 li->setIndex(info, elementTypes.size(), blockSize);
768 li->setIndex(info, elementTypes.size(), blockSize);

Completed in 336 milliseconds