HomeSort by relevance Sort by last modified time
    Searched refs:NameOffset (Results 1 - 25 of 48) sorted by null

1 2

  /external/clang/tools/diagtool/
DiagnosticNames.cpp 76 return StringRef(DiagGroupNames + NameOffset + 1, DiagGroupNames[NameOffset]);
DiagnosticNames.h 41 uint16_t NameOffset;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; // Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; // Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool.
  /external/llvm/lib/DebugInfo/PDB/Raw/
NameMap.cpp 116 uint32_t NameOffset;
117 if (auto EC = Stream.readInteger(NameOffset))
130 uint32_t StringOffset = StringsOffset + NameOffset;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 50 ULONG NameOffset;
70 ULONG NameOffset;
155 ULONG NameOffset;
apiset.h 65 ULONG NameOffset;
81 ULONG NameOffset;
perflib.h 35 ULONG NameOffset;
winperf.h 167 DWORD NameOffset;
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 492 uint16_t NameOffset;
498 return StringRef(DiagGroupNames + NameOffset + 1,
499 DiagGroupNames[NameOffset]);
  /external/llvm/lib/Object/
ArchiveWriter.cpp 279 unsigned NameOffset = NameOS.tell();
285 print32(Out, Kind, NameOffset);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
COFF.h 695 support::ulittle32_t NameOffset;
698 return maskTrailingOnes<uint32_t>(31) & NameOffset;
702 void setNameOffset(uint32_t Offset) { NameOffset = Offset | (1 << 31); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
COFF.h 695 support::ulittle32_t NameOffset;
698 return maskTrailingOnes<uint32_t>(31) & NameOffset;
702 void setNameOffset(uint32_t Offset) { NameOffset = Offset | (1 << 31); }
    [all...]

Completed in 980 milliseconds

1 2