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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp983 StringRef AccessPattern = GVar->getName(); local
984 size_t FirstDollar = AccessPattern.find_first_of('$');
986 size_t FirstColon = AccessPattern.find_first_of(':');
987 size_t SecondColon = AccessPattern.find_first_of(':', FirstColon + 1);
988 StringRef IndexPattern = AccessPattern.substr(FirstDollar + 1);
989 StringRef RelocKindStr = AccessPattern.substr(FirstColon + 1,
991 StringRef PatchImmStr = AccessPattern.substr(SecondColon + 1,
998 StringRef RelocStr = AccessPattern.substr(FirstDollar + 1);

Completed in 58 milliseconds