Home
last modified time | relevance | path

Searched defs:getBlocks (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp608 unsigned EncoreBootImage::BootCommand::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks() function in EncoreBootImage::BootCommand
1215 unsigned EncoreBootImage::BootSection::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks() function in EncoreBootImage::BootSection
1320 unsigned EncoreBootImage::DataSection::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks() function in EncoreBootImage::DataSection
H A DEncoreBootImage.h315 …virtual unsigned getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data) { return 0; } in getBlocks() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h78 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } in getBlocks() function
H A DWebAssemblyFixIrreducibleControlFlow.cpp198 BlockSet &getBlocks() { return Blocks; } in getBlocks() function in __anonba73af260111::LoopBlocks
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h352 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; } in getBlocks() function
H A DSIMachineScheduler.cpp608 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() function in SIScheduleBlockCreator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h171 ArrayRef<BlockT *> getBlocks() const { in getBlocks() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h216 inline ListASTNode * getBlocks() { return m_blocks; } in getBlocks() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h1129 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks() function