Searched defs:getAll (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ | ||
H A D | LaneBitmask.h | 82 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() function |
/openbsd-src/gnu/llvm/clang/lib/Tooling/ | ||
H A D | FileMatchTrie.cpp | 154 void getAll(std::vector<StringRef> &Results, in getAll() function in clang::tooling::FileMatchTrieNode |
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ | ||
H A D | SubtargetFeatureInfo.cpp | 25 SubtargetFeatureInfo::getAll(const RecordKeeper &Records) { in getAll() function in SubtargetFeatureInfo |
/openbsd-src/gnu/llvm/llvm/lib/IR/ | ||
H A D | Metadata.cpp | 1251 void MDAttachments::getAll( in getAll() function in MDAttachments |
/openbsd-src/gnu/llvm/llvm/lib/Support/ | ||
H A D | CommandLine.cpp | 494 SubCommand &SubCommand::getAll() { return *AllSubCommands; } in getAll() function in SubCommand |