Home
last modified time | relevance | path

Searched defs:march (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h611 EngineBuilder &setMArch(StringRef march) { in setMArch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp208 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg); in makeLTOModule() local
/third_party/boost/boost/locale/
Ddate_time.hpp241 inline date_time_period march() { return date_time_period(month(),2); } in march() function