Home
last modified time | relevance | path

Searched refs:RPathEntryT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp60 using RPathEntryT = const std::pair<Target, std::string>; in addRPath() typedef
61 RPathEntryT Entry(InputTarget, RPath); in addRPath()
64 [](RPathEntryT &LHS, RPathEntryT &RHS) { return LHS < RHS; }); in addRPath()