Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h91 struct BlockData { struct
92 size_t szIndex;
93 size_t szLength;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp91 class BlockData { class
113 BlockData() : FirstInsertionPoint(nullptr) {}; in BlockData() function in BlockData
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp186 ArrayRef<uint8_t> BlockData; in readLongestContiguousChunk() local
227 ArrayRef<uint8_t> BlockData; in tryReadContiguously() local
254 ArrayRef<uint8_t> BlockData; in readBytes() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp82 struct BlockData { struct
83 BitVector Consumes;
84 BitVector Kills;
85 bool Suspend = false;
86 bool End = false;
/external/stressapptest/src/
Ddisk_blocks.cc24 BlockData::BlockData() : address_(0), size_(0), in BlockData() function in BlockData
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h92 std::vector<llvm::yaml::Hex8> BlockData; member