HomeSort by relevance Sort by last modified time
    Searched refs:Ms (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 45 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
49 for (auto I = Ms.begin(), E = Ms.end(); I != E; ++I)
52 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr),
LazyEmittingLayer.h 100 create(BaseLayerT &B, ModuleSetT Ms, MemoryManagerPtrT MemMgr,
117 EmissionDeferredSetImpl(ModuleSetT Ms,
120 : Ms(std::move(Ms)), MemMgr(std::move(MemMgr)),
152 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr),
195 for (const auto &M : Ms) {
213 ModuleSetT Ms;
234 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
239 EmissionDeferredSet::create(BaseLayer, std::move(Ms), std::move(MemMgr),
293 BaseLayerT &B, ModuleSetT Ms, MemoryManagerPtrT MemMgr
    [all...]
IRCompileLayer.h 62 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
68 for (const auto &M : Ms) {
IndirectionUtils.h 153 std::vector<std::unique_ptr<Module>> Ms;
154 Ms.push_back(std::move(M));
155 return Ms;
CompileOnDemandLayer.h 176 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
184 // For the purposes of symbol resolution the set Ms will be treated as if
192 for (auto &M : Ms)
  /external/clang/lib/Driver/
Multilib.cpp 282 const multilib_list &Ms) {
283 multilib_list Copy(Ms);
288 void MultilibSet::filterInPlace(FilterCallback F, multilib_list &Ms) {
289 Ms.erase(std::remove_if(Ms.begin(), Ms.end(), F), Ms.end());
292 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const MultilibSet &MS) {
293 MS.print(OS);
  /external/clang/include/clang/Driver/
Multilib.h 127 MultilibSet &Either(ArrayRef<Multilib> Ms);
138 void combineWith(const MultilibSet &MS);
164 static multilib_list filterCopy(FilterCallback F, const multilib_list &Ms);
167 static void filterInPlace(FilterCallback F, multilib_list &Ms);
170 raw_ostream &operator<<(raw_ostream &OS, const MultilibSet &MS);
  /external/llvm/include/llvm/Support/
CommandLine.h     [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 161 std::vector<Module *> Ms;
162 Ms.push_back(&*Modules.back());
163 LazyEmitLayer.addModuleSet(std::move(Ms), &MemMgr, &Resolver);
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/devscripts/
licensecheck.pl.vanilla 531 if ($licensetext =~ /Microsoft Permissive License \(Ms-PL\)/) {
532 $license = "Ms-PL $license";
licensecheck.pl 595 if ($licensetext =~ /Microsoft Permissive License \(Ms-PL\)/) {
596 $license = "Ms-PL $license";
  /external/chromium-trace/trace-viewer/tracing/third_party/d3/
d3.min.js     [all...]

Completed in 1089 milliseconds