HomeSort by relevance Sort by last modified time
    Searched defs:SuperBlock (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
PDBFile.h 49 // The superblock is overlaid at the beginning of the file (offset 0).
52 struct SuperBlock {
125 Error setSuperBlock(const SuperBlock *Block);
130 const PDBFile::SuperBlock *SB;
  /external/llvm/tools/llvm-pdbdump/
PdbYaml.h 29 PDBFile::SuperBlock SuperBlock;
80 template <> struct MappingTraits<pdb::PDBFile::SuperBlock> {
81 static void mapping(IO &IO, pdb::PDBFile::SuperBlock &SB);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
MSFCommon.h 29 // The superblock is overlaid at the beginning of the file (offset 0).
32 struct SuperBlock {
65 const SuperBlock *SB = nullptr;
157 Error validateSuperBlock(const SuperBlock &SB);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
PdbYaml.h 40 msf::SuperBlock SuperBlock;
116 LLVM_YAML_DECLARE_MAPPING_TRAITS(msf::SuperBlock)

Completed in 288 milliseconds