Home
last modified time | relevance | path

Searched refs:NameIdx (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp604 DWARFDebugNames::Entry::Entry(const NameIndex &NameIdx, const Abbrev &Abbr) in Entry() argument
605 : NameIdx(&NameIdx), Abbr(&Abbr) { in Entry()
639 if (NameIdx->getCUCount() == 1) in getRelatedCUIndex()
655 if (!Index || *Index >= NameIdx->getCUCount()) in getCUOffset()
657 return NameIdx->getCUOffset(*Index); in getCUOffset()
662 if (!Index || *Index >= NameIdx->getCUCount()) in getRelatedCUOffset()
664 return NameIdx->getCUOffset(*Index); in getRelatedCUOffset()
669 if (!Index || *Index >= NameIdx->getLocalTUCount()) in getLocalTUOffset()
671 return NameIdx->getLocalTUOffset(*Index); in getLocalTUOffset()
677 const uint32_t NumLocalTUs = NameIdx->getLocalTUCount(); in getForeignTUTypeSignature()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h438 const NameIndex *NameIdx; variable
441 Entry(const NameIndex &NameIdx, const Abbrev &Abbr);
444 const NameIndex *getNameIndex() const { return NameIdx; } in getNameIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h42 const uint32_t NameIdx; variable
457 return RegClassStrings + Class->NameIdx; in getRegClassName()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1624 uint32_t NameIdx; in readOneFunctionProfile() local
1625 if (!GcovBuffer.readInt(NameIdx)) in readOneFunctionProfile()
1628 StringRef Name(Names[NameIdx]); in readOneFunctionProfile()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp94 uint16_t NameIdx) { in insertNamedMCOperand() argument
95 int OpIdx = AMDGPU::getNamedOperandIdx(MI.getOpcode(), NameIdx); in insertNamedMCOperand()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1417 unsigned NameIdx = 0; in EmitAndRegisterVariableArrayDimensions() local
1424 const IdentifierInfo *NameIdent = VLAExprNames[NameIdx++]; in EmitAndRegisterVariableArrayDimensions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4716 static int IsAGPROperand(const MCInst &Inst, uint16_t NameIdx, in IsAGPROperand() argument
4718 int OpIdx = AMDGPU::getNamedOperandIdx(Inst.getOpcode(), NameIdx); in IsAGPROperand()