Home
last modified time | relevance | path

Searched defs:NameOffset (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFGdbIndex.h45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool. member
/external/clang/tools/diagtool/
DDiagnosticNames.h41 uint16_t NameOffset; member
/external/llvm/lib/DebugInfo/PDB/Raw/
DNameMap.cpp116 uint32_t NameOffset; in load() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFGdbIndex.cpp155 uint32_t NameOffset = Data.getU32(&Offset); in parseImpl() local
DDWARFAcceleratorTable.cpp168 uint32_t NameOffset = *DataOffset; in dumpName() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.h307 uint32_t NameOffset = 0; member
/external/llvm/lib/Object/
DArchiveWriter.cpp279 unsigned NameOffset = NameOS.tell(); in writeSymbolTable() local
/external/clang/lib/Basic/
DDiagnosticIDs.cpp492 uint16_t NameOffset; member
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc565 int32_t NameTable::NameOffset(int32_t index) { in NameOffset() function in sfntly::NameTable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp305 uint32_t NameOffset; ///< Offset of Name in the string pool. member
1304 uint32_t NameOffset, MangledNameOffset; ///< Offsets in the string pool. member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h718 support::ulittle32_t NameOffset; member
/external/v8/tools/
Dgrokdump.py1648 def NameOffset(self): member in Script