Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Object/
DELFTypesTest.cpp33 auto NameOffset = Data.begin() + sizeof(*Nhdr); in getElfNote() local
/external/llvm-project/clang/tools/diagtool/
DDiagnosticNames.h40 uint16_t NameOffset; member
/external/clang/tools/diagtool/
DDiagnosticNames.h41 uint16_t NameOffset; member
/external/llvm-project/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/include/llvm/DebugInfo/DWARF/
DDWARFGdbIndex.h52 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool. member
/external/llvm/lib/DebugInfo/PDB/Raw/
DNameMap.cpp116 uint32_t NameOffset; in load() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp160 uint32_t NameOffset = Data.getU32(&Offset); in lookup() local
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp163 uint32_t NameOffset = Data.getU32(&Offset); in lookup() local
/external/llvm-project/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/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/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h579 uint32_t NameOffset = 0; member
/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/llvm-project/clang/lib/Basic/
DDiagnosticIDs.cpp598 uint16_t NameOffset; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp549 for (auto NameOffset : FuncOffsetTable) { in readFuncProfiles() local
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp611 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/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp5786 struct NameOffset { in printDependentLibs() struct
5787 StringRef Name; in printDependentLibs()
5788 uint64_t Offset; in printDependentLibs()
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp93 const uint32_t NameOffset = 30; in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h722 support::ulittle32_t NameOffset; member
/external/llvm-project/llvm/include/llvm/Object/
DCOFF.h733 support::ulittle32_t NameOffset; member
/external/mesa3d/src/imgui/
Dimgui_internal.h1265 …int NameOffset; // When Window==NULL, offset to name within parent ImG… member