Home
last modified time | relevance | path

Searched refs:C13Bytes (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp57 ulittle32_t C13Bytes; // Size of C13 line number info in above stream member
105 uint32_t ModInfo::getC13LineInfoByteSize() const { return Layout->C13Bytes; } in getC13LineInfoByteSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp61 return Layout->C13Bytes; in getC13LineInfoByteSize()
DDbiModuleDescriptorBuilder.cpp109 Layout.C13Bytes = calculateC13DebugInfoSize(); in finalize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h235 support::ulittle32_t C13Bytes; member