Searched refs:NameIdx (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp529 DWARFDebugNames::Entry::Entry(const NameIndex &NameIdx, const Abbrev &Abbr) argument
530 : NameIdx(&NameIdx), Abbr(&Abbr) {
559 if (NameIdx->getCUCount() == 1)
566 if (!Index || *Index >= NameIdx->getCUCount())
568 return NameIdx->getCUOffset(*Index);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h277 const NameIndex *NameIdx; member in class:llvm::DWARFDebugNames::final
280 Entry(const NameIndex &NameIdx, const Abbrev &Abbr);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h38 const uint32_t NameIdx; member in class:llvm::MCRegisterClass
542 return RegClassStrings + Class->NameIdx;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1145 uint32_t NameIdx;
1146 if (!GcovBuffer.readInt(NameIdx))
1149 StringRef Name(Names[NameIdx]);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp79 uint16_t NameIdx) {
80 int OpIdx = AMDGPU::getNamedOperandIdx(MI.getOpcode(), NameIdx);
78 insertNamedMCOperand(MCInst &MI, const MCOperand &Op, uint16_t NameIdx) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1353 unsigned NameIdx = 0; local
1360 IdentifierInfo *NameIdent = VLAExprNames[NameIdx++];

Completed in 186 milliseconds