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

  /src/external/apache2/llvm/dist/clang/tools/diagtool/
DiagnosticNames.h 40 uint16_t NameOffset;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
FunctionInfo.cpp 163 uint32_t NameOffset = Data.getU32(&Offset);
177 if (NameOffset == 0)
181 LR.FuncName = GR.getString(NameOffset);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 52 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFGdbIndex.cpp 65 if (!E.NameOffset && !E.VecOffset)
69 E.NameOffset, E.VecOffset);
72 ConstantPoolOffset - StringPoolOffset + E.NameOffset);
171 uint32_t NameOffset = Data.getU32(&Offset);
173 SymbolTable.push_back({NameOffset, CuVecOffset});
174 if (NameOffset || CuVecOffset)
DWARFAcceleratorTable.cpp 168 uint64_t NameOffset = *DataOffset;
177 DictScope NameScope(W, ("Name@0x" + Twine::utohexstr(NameOffset)).str());
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h 590 uint32_t NameOffset = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 756 support::ulittle32_t NameOffset;
759 return maskTrailingOnes<uint32_t>(31) & NameOffset;
763 void setNameOffset(uint32_t Offset) { NameOffset = Offset | (1 << 31); }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 5672 struct NameOffset {
5676 std::vector<NameOffset> SecEntries;
5677 NameOffset Current;
5682 for (NameOffset Entry : SecEntries)
5697 SecEntries.push_back(NameOffset{Lib, Offset});
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 2612 UINT16 NameOffset;
2630 UINT16 NameOffset;

Completed in 41 milliseconds