reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
318 DRI.d.b = 0; 327 DRI.d.b = 0; 335 DRI.d.b = SymbolNum; 403 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b); 451 ++Sym.d.b; 821 RelData.d.b = 0; 840 RelData.d.b += S->sh_size / S->sh_entsize; 864 ++Rel.d.b; 882 SymbolData.d.b = symbolIdx; 928 auto Ret = EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b); 938 auto Ret = EF.template getEntry<Elf_Rela>(Rela.d.a, Rela.d.b);include/llvm/Object/ObjectFile.h
571 return hash_combine(Raw.p, Raw.d.a, Raw.d.b);
include/llvm/Object/SymbolicFile.h 48 << ", " << format("0x%08x", D.d.b) << "))";
lib/Object/MachOObjectFile.cpp2056 Ret.d.b = 0; 2073 Ret.d.b = Num; 2081 Ret.d.b = 0; // Index into the external relocations 2090 Ret.d.b = DysymtabLoadCmd.nextrel; // Index into the external relocations 2098 Ret.d.b = 0; // Index into the local relocations 2107 Ret.d.b = DysymtabLoadCmd.nlocrel; // Index into the local relocations 2112 ++Rel.d.b; 4424 getPtr(*this, Offset)) + Rel.d.b;lib/Object/WasmObjectFile.cpp
1248 void WasmObjectFile::moveSymbolNext(DataRefImpl &Symb) const { Symb.d.b++; } 1271 Ref.d.b = 0; // Symbol index 1278 Ref.d.b = Symbols.size(); // Symbol index 1283 return Symbols[Symb.d.b]; 1460 RelocRef.d.b = 0; 1468 RelocRef.d.b = Sec.Relocations.size(); 1472 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } 1485 Sym.d.b = Rel.Index; 1558 assert(Ref.d.b < Sec.Relocations.size()); 1559 return Sec.Relocations[Ref.d.b];unittests/Object/SymbolicFileTest.cpp
20 Data.d.b = 0x0000ffff;