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

  /external/clang/include/clang/Basic/
Module.h 122 /// If any of these requirements are not available, the \c IsAvailable bit
124 SmallVector<Requirement, 2> Requirements;
126 /// \brief Whether this module is missing a feature from \c Requirements.
131 /// If the module is missing headers or does not meet all requirements then
306 /// will be set to one of the requirements that is not met for use of
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 269 SmallVectorImpl<const MDNode *> &Requirements);
638 // Scan each flag, and track the flags and requirements.
640 SmallVector<const MDNode*, 16> Requirements;
642 visitModuleFlag(Flags->getOperand(I), SeenIDs, Requirements);
645 // Validate that the requirements in the module are valid.
646 for (unsigned I = 0, E = Requirements.size(); I != E; ++I) {
647 const MDNode *Requirement = Requirements[I];
670 SmallVectorImpl<const MDNode *> &Requirements) {
685 // Sanity check the values for behaviors with additional requirements.
711 // Append it to the list of requirements, to check once all module flags ar
    [all...]

Completed in 2791 milliseconds