HomeSort by: relevance | last modified time | path
    Searched defs:NameIndex (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFileBuilder.h 69 uint32_t NameIndex;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 40 support::ulittle32_t NameIndex; // Offset of FileChecksum entry in File
65 support::ulittle32_t NameIndex;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
DwarfTransformer.cpp 231 if (auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym))
232 II.Name = *NameIndex;
362 auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym);
363 if (!NameIndex) {
405 FI.Name = *NameIndex;
411 FI.Inline->Name = *NameIndex;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 233 class NameIndex;
284 const NameIndex *NameIdx;
287 Entry(const NameIndex &NameIdx, const Abbrev &Abbr);
296 /// is valid in the owning NameIndex (or use getCUOffset(), which will
320 friend class NameIndex;
324 /// Error returned by NameIndex::getEntry to report it has reached the end of
388 class NameIndex {
420 NameIndex(const DWARFDebugNames &Section, uint64_t Base)
488 const NameIndex *CurrentIndex = nullptr;
516 ValueIterator(const NameIndex &NI, StringRef Key)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 408 uint64_t NameIndex = 0;
633 uint32_t NameIndex;

Completed in 62 milliseconds