HomeSort by: relevance | last modified time | path
    Searched refs:UUIDs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
InterfaceFile.cpp 75 auto Iter = lower_bound(UUIDs, Target_,
79 if ((Iter != UUIDs.end()) && !(Target_ < Iter->first)) {
84 UUIDs.emplace(Iter, Target_, std::string(UUID));
TextStub.cpp 72 uuids: [ armv7:... ] # Optional: List of architecture and UUID pairs.
113 uuids: [ armv7:... ] # Optional: List of architecture and UUID pairs.
158 uuids: # Optional: List of target and UUID pairs.
440 UUIDs = File->uuids();
621 for (auto &ID : UUIDs)
733 std::vector<UUID> UUIDs;
811 for (const auto &IT : File->uuids())
812 UUIDs.emplace_back(IT.first, IT.second);
915 for (auto &id : UUIDs)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
InterfaceFile.h 333 const std::vector<std::pair<Target, std::string>> &uuids() const { function in class:llvm::MachO::InterfaceFile
334 return UUIDs;
403 /// compatibilities. UUIDs, Path, & FileKind are irrelevant since these by
436 std::vector<std::pair<Target, std::string>> UUIDs;

Completed in 42 milliseconds