Searched refs:FieldReloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp806 // Do not account for optional FieldReloc.
865 OS.AddComment("FieldReloc");
979 BTFFieldReloc FieldReloc; local
980 FieldReloc.Label = ORSym;
981 FieldReloc.TypeID = RootId;
994 FieldReloc.OffsetNameOff = addString(IndexPattern);
995 FieldReloc.RelocKind = std::stoull(std::string(RelocKindStr));
999 FieldReloc.OffsetNameOff = addString("0");
1000 FieldReloc.RelocKind = std::stoull(std::string(RelocStr));
1003 FieldRelocTable[SecNameOff].push_back(FieldReloc);
[all...]

Completed in 203 milliseconds