Home
last modified time | relevance | path

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

/external/bcc/src/cc/includes/
Dsyms.h73 struct NameIdx { struct
95 struct NameIdx name_idx; argument
/external/bcc/src/cc/
Dsyms.h73 struct NameIdx { struct
95 struct NameIdx name_idx; argument
/external/capstone/
DMCRegisterInfo.h32 uint32_t NameIdx; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp522 DWARFDebugNames::Entry::Entry(const NameIndex &NameIdx, const Abbrev &Abbr) in Entry() argument
523 : NameIdx(&NameIdx), Abbr(&Abbr) { in Entry()
552 if (NameIdx->getCUCount() == 1) in getCUIndex()
559 if (!Index || *Index >= NameIdx->getCUCount()) in getCUOffset()
561 return NameIdx->getCUOffset(*Index); in getCUOffset()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h37 const uint32_t NameIdx; variable
423 return RegClassStrings + Class->NameIdx; in getRegClassName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h281 const NameIndex *NameIdx; variable
284 Entry(const NameIndex &NameIdx, const Abbrev &Abbr);
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp594 uint32_t NameIdx; in readOneFunctionProfile() local
595 if (!GcovBuffer.readInt(NameIdx)) in readOneFunctionProfile()
598 StringRef Name(Names[NameIdx]); in readOneFunctionProfile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h38 const uint32_t NameIdx; variable
542 return RegClassStrings + Class->NameIdx; in getRegClassName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp1076 uint32_t NameIdx; in readOneFunctionProfile() local
1077 if (!GcovBuffer.readInt(NameIdx)) in readOneFunctionProfile()
1080 StringRef Name(Names[NameIdx]); in readOneFunctionProfile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp80 uint16_t NameIdx) { in insertNamedMCOperand() argument
81 int OpIdx = AMDGPU::getNamedOperandIdx(MI.getOpcode(), NameIdx); in insertNamedMCOperand()