Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h65 struct BlockData { struct
66 size_t szIndex;
67 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/llvm-project/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/llvm-project/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp89 class BlockData { class
115 BlockData() : FirstInsertionPoint(nullptr), ExitSet(false){}; in BlockData() function in BlockData
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.h162 auto *BlockData = const_cast<char *>(B->getContent().data()); in fixUpBlocks() local
DMachO_x86_64.cpp494 auto *BlockData = reinterpret_cast<uint8_t *>( in optimizeMachO_x86_64_GOTAndStubs() local
DELF_x86_64.cpp152 auto *BlockData = reinterpret_cast<uint8_t *>( in optimizeELF_x86_64_GOTAndStubs() local
/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/lib/Transforms/Coroutines/
DCoroFrame.cpp82 struct BlockData { struct
83 BitVector Consumes;
84 BitVector Kills;
85 bool Suspend = false;
86 bool End = false;
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp564 const uint8_t *DWARFFormValue::BlockData() const { return m_value.data; } in BlockData() function in DWARFFormValue
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp95 struct BlockData { struct
96 BitVector Consumes;
97 BitVector Kills;
98 bool Suspend = false;
99 bool End = false;
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp256 ArrayRef<uint8_t> BlockData = in formatMsfStreamBlocks() local
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp275 auto BlockData = Val.getValue(); in dumpDebugInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h92 std::vector<llvm::yaml::Hex8> BlockData; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h95 std::vector<llvm::yaml::Hex8> BlockData; member
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp50 const uint8_t BlockData[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; in TestAllForms() local
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2912 struct BlockData { struct
2916 t;
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp1341 bool Pre(const parser::BlockData &) { in Pre()