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

/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.cpp43 std::string CpuVerNumStr = CPU.substr(1); local
44 Builder.defineMacro("__BPF_CPU_VERSION__", CpuVerNumStr);
46 int CpuVerNum = std::stoi(CpuVerNumStr);

Completed in 106 milliseconds