/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFGdbIndex.cpp | 55 if (!E.NameOffset && !E.VecOffset) in dumpSymbolTable() 59 E.NameOffset, E.VecOffset); in dumpSymbolTable() 62 ConstantPoolOffset - StringPoolOffset + E.NameOffset); in dumpSymbolTable() 155 uint32_t NameOffset = Data.getU32(&Offset); in parseImpl() local 157 SymbolTable.push_back({NameOffset, CuVecOffset}); in parseImpl() 158 if (NameOffset || CuVecOffset) in parseImpl()
|
D | DWARFAcceleratorTable.cpp | 168 uint32_t NameOffset = *DataOffset; in dumpName() local 177 DictScope NameScope(W, ("Name@0x" + Twine::utohexstr(NameOffset)).str()); in dumpName()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | NameMap.cpp | 116 uint32_t NameOffset; in load() local 117 if (auto EC = Stream.readInteger(NameOffset)) in load() 130 uint32_t StringOffset = StringsOffset + NameOffset; in load()
|
/external/clang/tools/diagtool/ |
D | DiagnosticNames.cpp | 76 return StringRef(DiagGroupNames + NameOffset + 1, DiagGroupNames[NameOffset]); in getName()
|
D | DiagnosticNames.h | 41 uint16_t NameOffset; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFGdbIndex.h | 45 uint32_t NameOffset; /// Offset of the symbol's name in the constant pool. member
|
/external/clang/lib/Basic/ |
D | DiagnosticIDs.cpp | 492 uint16_t NameOffset; member 498 return StringRef(DiagGroupNames + NameOffset + 1, in getName() 499 DiagGroupNames[NameOffset]); in getName()
|
/external/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 279 unsigned NameOffset = NameOS.tell(); in writeSymbolTable() local 285 print32(Out, Kind, NameOffset); in writeSymbolTable()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 305 uint32_t NameOffset; ///< Offset of Name in the string pool. member 308 AccelInfo(StringRef Name, const DIE *Die, uint32_t NameOffset, in AccelInfo() 310 : Name(Name), Die(Die), NameOffset(NameOffset), in AccelInfo() 1304 uint32_t NameOffset, MangledNameOffset; ///< Offsets in the string pool. member 1314 : Name(nullptr), MangledName(nullptr), NameOffset(0), in AttributesInfo() 1725 Info.NameOffset = Linker.StringPool.getStringOffset(Info.Name); in getDIENames() 2823 Unit.addNameAccelerator(Die, AttrInfo.Name, AttrInfo.NameOffset, in cloneDIE() 2827 Unit.addTypeAccelerator(Die, AttrInfo.Name, AttrInfo.NameOffset); in cloneDIE()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | name_table.cc | 476 int32_t offset = NameOffset(index); in NameAsBytes() 569 int32_t NameTable::NameOffset(int32_t index) { in NameOffset() function in sfntly::NameTable
|
D | name_table.h | 718 int32_t NameOffset(int32_t index);
|
/external/mesa3d/src/imgui/ |
D | imgui_internal.h | 1265 …int NameOffset; // When Window==NULL, offset to name within parent ImG… member 1270 …ImGuiTabItem() { ID = Flags = 0; LastFrameVisible = LastFrameSelected = -1; NameOffset = -1; … in ImGuiTabItem() 1302 IM_ASSERT(tab->NameOffset != -1 && tab->NameOffset < TabsNames.Buf.Size); in GetTabName() 1303 return TabsNames.Buf.Data + tab->NameOffset; in GetTabName()
|
D | imgui_widgets.cpp | 6389 tab->NameOffset = tab_bar->TabsNames.size(); in TabItemEx()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFF.h | 718 support::ulittle32_t NameOffset; member 721 return maskTrailingOnes<uint32_t>(31) & NameOffset; in getNameOffset() 725 void setNameOffset(uint32_t Offset) { NameOffset = Offset | (1 << 31); } in setNameOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.h | 307 uint32_t NameOffset = 0; member
|