Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h59 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } in getRoots() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h466 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; } in getRoots() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.h506 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1260 std::vector<StringRef> RedirectingFileSystem::getRoots() const { in getRoots() function in RedirectingFileSystem