Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DRegion.h106 static constexpr const char *RegionStr = "sandboxregion"; variable
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DRegion.cpp38 auto *RegionStrMD = MDString::get(LLVMCtx, RegionStr); in Region()