HomeSort by relevance Sort by last modified time
    Searched defs:LMH (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 249 auto LMH = LD.createLogicalModule();
250 auto &LMResources = LD.getLogicalModuleResources(LMH);
276 CCInfo.setCompileAction([this, &LD, LMH, &F]() {
277 return this->extractAndCompile(LD, LMH, F);
360 [&LD, LMH](const std::string &Name) {
361 auto &LMResources = LD.getLogicalModuleResources(LMH);
374 LD.addToLogicalModule(LMH, GVsH);
387 LogicalModuleHandle LMH,
389 auto &LMResources = LD.getLogicalModuleResources(LMH);
400 auto PartH = emitPartition(LD, LMH, Part)
    [all...]
  /external/v8/src/s390/
constants-s390.h 573 LMH = 0xEB96, // Load Multiple High
    [all...]

Completed in 1069 milliseconds