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

  /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;
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
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...]

Completed in 36 milliseconds