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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp987 size_t SecondColon = AccessPattern.find_first_of(':', FirstColon + 1); local
990 SecondColon - FirstColon);
991 StringRef PatchImmStr = AccessPattern.substr(SecondColon + 1,
992 FirstDollar - SecondColon);

Completed in 175 milliseconds