Home
last modified time | relevance | path

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

/external/clang/tools/diagtool/
DDiagnosticNames.h41 uint16_t NameOffset; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFGdbIndex.h52 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool. member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp160 uint32_t NameOffset = Data.getU32(&Offset); in lookup() local
/external/llvm/lib/DebugInfo/PDB/Raw/
DNameMap.cpp116 uint32_t NameOffset; in load() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFGdbIndex.cpp171 uint32_t NameOffset = Data.getU32(&Offset); in parseImpl() local
DDWARFAcceleratorTable.cpp168 uint64_t NameOffset = *DataOffset; in dumpName() local
/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.cc569 int32_t NameTable::NameOffset(int32_t index) { in NameOffset() function in sfntly::NameTable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp549 for (auto NameOffset : FuncOffsetTable) { in readFuncProfiles() local
/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-10.0/llvm/include/llvm/Object/
DCOFF.h722 support::ulittle32_t NameOffset; member
/external/mesa3d/src/imgui/
Dimgui_internal.h1265 …int NameOffset; // When Window==NULL, offset to name within parent ImG… member