Home
last modified time | relevance | path

Searched defs:SMRange (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMLoc.h53 SMRange(std::nullopt_t) {} in SMRange() function
54 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { in SMRange() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h52 class SMRange; global() variable