Home
last modified time | relevance | path

Searched defs:BlockData (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp81 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/
DMappedBlockStream.cpp187 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/
DDWARFFormValue.cpp399 const uint8_t *DWARFFormValue::BlockData() const { in BlockData() function in DWARFFormValue
/external/stressapptest/src/
Ddisk_blocks.cc24 BlockData::BlockData() : address_(0), size_(0), in BlockData() function in BlockData
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp171 auto BlockData = Val.getValue(); in dumpDebugInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp258 ArrayRef<uint8_t> BlockData = in formatMsfStreamBlocks() local
/external/v8/src/debug/
Ddebug-interface.h264 explicit BlockData(i::CoverageBlock* block, in BlockData() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h93 std::vector<llvm::yaml::Hex8> BlockData; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp51 const uint8_t BlockData[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; in TestAllForms() local