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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 314 typename TargetT::IndirectStubsInfo ISI;
315 if (auto EC = TargetT::emitIndirectStubsBlock(ISI, NewStubsRequired,
318 for (unsigned I = 0; I < ISI.getNumStubs(); ++I)
320 IndirectStubsInfos.push_back(std::move(ISI));
  /external/clang/lib/Lex/
PPLexerChange.cpp 58 const IncludeStackInfo& ISI = IncludeMacroStack[i-1];
59 if (IsFileLexer(ISI))
60 return ISI.ThePPLexer;
571 IncludeStackInfo &ISI = *(IncludeMacroStack.end()-i-1);
572 if (ISI.ThePPLexer == nullptr) continue; // Scan for a real lexer.
580 FoundLexer = ISI.ThePPLexer;
  /external/iproute2/doc/
api-ip6-flowlabels.tex 410 without any modifications to standard ISI RAPI. Sender must allocate

Completed in 310 milliseconds