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-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp69 return Layout->C13Bytes; in getC13LineInfoByteSize()
DDbiModuleDescriptorBuilder.cpp102 Layout.C13Bytes = calculateC13DebugInfoSize(); in finalize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h236 support::ulittle32_t C13Bytes; member