Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDDbiModuleDescriptor.h37 uint32_t getC11LineInfoByteSize() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiModuleDescriptor.cpp55 uint32_t DbiModuleDescriptor::getC11LineInfoByteSize() const { in getC11LineInfoByteSize() function in DbiModuleDescriptor
HDModuleDebugStream.cpp53 uint32_t C11Size = Mod.getC11LineInfoByteSize(); in reloadSerialize()