Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1266 size_t SecondColon = AccessPattern.find_first_of(':', FirstColon + 1); in generatePatchImmReloc() local
1269 SecondColon - FirstColon); in generatePatchImmReloc()
1270 StringRef PatchImmStr = AccessPattern.substr(SecondColon + 1, in generatePatchImmReloc()
1271 FirstDollar - SecondColon); in generatePatchImmReloc()