Home
last modified time | relevance | path

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

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