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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp253 static Triple::ArchType parseBPFArch(StringRef ArchName) { function
269 Triple::ArchType BPFArch(parseBPFArch(Name));
462 return parseBPFArch(ArchName);

Completed in 60 milliseconds