Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h37 uint32_t getC11LineInfoByteSize() const;
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp55 uint32_t DbiModuleDescriptor::getC11LineInfoByteSize() const { in getC11LineInfoByteSize() function in DbiModuleDescriptor
H A DModuleDebugStream.cpp53 uint32_t C11Size = Mod.getC11LineInfoByteSize(); in reloadSerialize()