HomeSort by relevance Sort by last modified time
    Searched defs:BlockList (Results 1 - 15 of 15) sorted by null

  /external/llvm/tools/llvm-pdbdump/
YAMLOutputStyle.cpp 87 pdb::yaml::StreamBlockList BlockList;
88 BlockList.Blocks = Stream;
89 Obj.StreamMap->push_back(BlockList);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/Common/
CapsuleCoalesce.c 43 @param BlockList Pointer to head of capsule block descriptors
51 by the BlockList.
56 EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
72 @param BlockList pointer to the capsule block descriptors
84 IN EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
151 @param BlockList Pointer to head of capsule block descriptors
159 by the BlockList.
164 EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
181 CurrDesc = BlockList;
202 CurrDesc = BlockList;
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 259 BlockMeta* BlockList = nullptr;
265 BlockList = new (NewMeta) BlockMeta{BlockList, 0};
273 BlockList->Next = new (NewMeta) BlockMeta{BlockList->Next, 0};
279 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {}
283 if (N + BlockList->Current >= UsableAllocSize) {
288 BlockList->Current += N;
289 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) +
290 BlockList->Current - N)
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 82 SmallVector<BBInfo*, 100> BlockList;
83 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList);
86 if (BlockList.size() == 0) {
92 FindDominators(&BlockList, PseudoEntry);
93 FindPHIPlacement(&BlockList);
94 FindAvailableVals(&BlockList);
103 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) {
171 // If not a root, put it on the BlockList.
173 BlockList->push_back(Info);
220 /// corresponding to the basic blocks on the BlockList. This uses th
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
MappedBlockStream.cpp 130 auto BlockList = Data->getStreamBlocks();
132 if (BlockList[Last] != BlockList[Last + 1] - 1)
142 auto Result = Pdb.getBlockData(BlockList[First], Pdb.getBlockSize());
169 auto BlockList = Data->getStreamBlocks();
171 uint32_t E = BlockList[BlockNum];
173 if (BlockList[I + BlockNum] != E)
177 uint32_t FirstBlockAddr = BlockList[BlockNum];
202 auto BlockList = Data->getStreamBlocks();
204 uint32_t StreamBlockAddr = BlockList[BlockNum]
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 71 SmallVector<BBInfo*, 100> BlockList;
72 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList);
75 if (BlockList.size() == 0) {
81 FindDominators(&BlockList, PseudoEntry);
82 FindPHIPlacement(&BlockList);
83 FindAvailableVals(&BlockList);
92 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) {
160 // If not a root, put it on the BlockList.
162 BlockList->push_back(Info);
209 /// corresponding to the basic blocks on the BlockList. This uses th
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 95 SmallVector<BBInfo *, 100> BlockList;
96 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList);
99 if (BlockList.size() == 0) {
105 FindDominators(&BlockList, PseudoEntry);
106 FindPHIPlacement(&BlockList);
107 FindAvailableVals(&BlockList);
116 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) {
183 // If not a root, put it on the BlockList.
185 BlockList->push_back(Info);
232 /// corresponding to the basic blocks on the BlockList. This uses th
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MSFBuilder.cpp 300 ulittle32_t *BlockList =
303 StreamData[I].second.size(), BlockList);
305 ArrayRef<ulittle32_t>(BlockList, StreamData[I].second.size());
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 290 auto &BlockList = StubOwnerItr->second;
291 BlockList.push_back(std::move(IS));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 277 auto &BlockList = StubOwnerItr->second;
278 BlockList.push_back(std::move(IS));
  /bionic/libc/kernel/tools/
cpp.py 272 """Parse a list of text lines into a BlockList object."""
280 """Parse a file into a BlockList object."""
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
ItaniumDemangle.cpp     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 669 milliseconds