Home
last modified time | relevance | path

Searched defs:Target_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp40 void InterfaceFile::addParentUmbrella(const Target &Target_, StringRef Parent) { in addParentUmbrella()
73 std::function<bool(const Target &)> fn = [Archs](const Target &Target_) { in targets()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h165 for (const auto &Target_ : Targets) in addTargets() local