Home
last modified time | relevance | path

Searched defs:getAll (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DLaneBitmask.h82 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DFileMatchTrie.cpp154 void getAll(std::vector<StringRef> &Results, in getAll() function in clang::tooling::FileMatchTrieNode
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.cpp25 SubtargetFeatureInfo::getAll(const RecordKeeper &Records) { in getAll() function in SubtargetFeatureInfo
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1251 void MDAttachments::getAll( in getAll() function in MDAttachments
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp494 SubCommand &SubCommand::getAll() { return *AllSubCommands; } in getAll() function in SubCommand