Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDDbiModuleDescriptor.h38 uint32_t getC13LineInfoByteSize() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiModuleDescriptor.cpp59 uint32_t DbiModuleDescriptor::getC13LineInfoByteSize() const { in getC13LineInfoByteSize() function in DbiModuleDescriptor
HDModuleDebugStream.cpp54 uint32_t C13Size = Mod.getC13LineInfoByteSize(); in reloadSerialize()