Searched defs:BlockData (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 185 ArrayRef<uint8_t> BlockData; in readLongestContiguousChunk() local 226 ArrayRef<uint8_t> BlockData; in tryReadContiguously() local 253 ArrayRef<uint8_t> BlockData; in readBytes() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIModeRegister.cpp | 79 class BlockData { class 105 BlockData() : FirstInsertionPoint(nullptr), ExitSet(false){}; in BlockData() function in BlockData
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertVSETVLI.cpp | 692 struct BlockData { struct 695 VSETVLIInfo Change; 699 VSETVLIInfo Exit; 703 VSETVLIInfo Pred; 706 bool InQueue = false;
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFFormValue.cpp | 567 const uint8_t *DWARFFormValue::BlockData() const { return m_value.data; } in BlockData() function in DWARFFormValue
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 263 ArrayRef<uint8_t> BlockData = in formatMsfStreamBlocks() local
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 276 auto BlockData = Val.value(); in dumpDebugInfo() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 89 struct BlockData { struct 90 BitVector Consumes; 91 BitVector Kills; 92 bool Suspend = false; 93 bool End = false;
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 95 std::vector<llvm::yaml::Hex8> BlockData; member
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugInfoTest.cpp | 52 const uint8_t BlockData[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; in TestAllForms() local
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 2933 struct BlockData { struct 2937 t;
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-names.cpp | 1494 bool Pre(const parser::BlockData &) { in Pre()
|