Searched refs:NameOff (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BTF.h | 92 uint32_t NameOff; member 131 uint32_t NameOff; ///< Enum name offset in the string table member 153 uint32_t NameOff; ///< Member name offset in the string table member 162 uint32_t NameOff; member
|
| H A D | BTFDebug.cpp | 36 OS.EmitIntValue(BTFType.NameOff, 4); in emitType() 67 BTFType.NameOff = BDebug.addString(DTy->getName()); in completeType() 91 BTFType.NameOff = BDebug.addString(Name); in completeType() 124 BTFType.NameOff = BDebug.addString(Name); in completeType() 140 BTFType.NameOff = BDebug.addString(ETy->getName()); in completeType() 157 OS.EmitIntValue(Enum.NameOff, 4); in emitType() 243 OS.EmitIntValue(Member.NameOff, 4); in emitType() 267 BTFType.NameOff = 0; in completeType() 278 Param.NameOff = 0; in completeType() 288 OS.EmitIntValue(Param.NameOff, 4); in emitType() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Config.h | 77 size_t NameOff = 0; // Offset in the string table member
|
| H A D | SyntheticSections.cpp | 2400 Size += Sym.NameOff + Sym.Name.size() + 1; in initOutputSize() 2552 Sym.NameOff = Off; in createSymbols() 2637 write32le(Buf + I * 8, Sym.NameOff); in writeTo() 2646 memcpy(Buf + Sym.NameOff, Sym.Name.data(), Sym.Name.size()); in writeTo() 2709 V.NameOff = In.DynStrTab->addString(V.Name); in finalizeContents() 2721 StringRef Name, size_t NameOff) { in writeOne() argument 2734 write32(Buf + 20, NameOff); // vda_name in writeOne() 2743 writeOne(Buf, V.Id, V.Name, V.NameOff); in writeTo()
|
| H A D | SyntheticSections.h | 701 uint32_t NameOff; member 768 void writeOne(uint8_t *Buf, uint32_t Index, StringRef Name, size_t NameOff);
|