Searched defs:BlockData (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 81 struct BlockData { struct 82 BitVector Consumes; 83 BitVector Kills; 84 bool Suspend = false; 85 bool End = false;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 187 ArrayRef<uint8_t> BlockData; in readLongestContiguousChunk() local 228 ArrayRef<uint8_t> BlockData; in tryReadContiguously() local 255 ArrayRef<uint8_t> BlockData; in readBytes() local
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFFormValue.cpp | 399 const uint8_t *DWARFFormValue::BlockData() const { in BlockData() function in DWARFFormValue
|
/external/stressapptest/src/ |
D | disk_blocks.cc | 24 BlockData::BlockData() : address_(0), size_(0), in BlockData() function in BlockData
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 171 auto BlockData = Val.getValue(); in dumpDebugInfo() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | LinePrinter.cpp | 258 ArrayRef<uint8_t> BlockData = in formatMsfStreamBlocks() local
|
/external/v8/src/debug/ |
D | debug-interface.h | 264 explicit BlockData(i::CoverageBlock* block, in BlockData() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 93 std::vector<llvm::yaml::Hex8> BlockData; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 51 const uint8_t BlockData[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; in TestAllForms() local
|