Home
last modified time | relevance | path

Searched refs:getC13LineInfoByteSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h38 uint32_t getC13LineInfoByteSize() const;
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp59 uint32_t DbiModuleDescriptor::getC13LineInfoByteSize() const { in getC13LineInfoByteSize() function in DbiModuleDescriptor
H A DModuleDebugStream.cpp54 uint32_t C13Size = Mod.getC13LineInfoByteSize(); in reloadSerialize()