Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h39 uint32_t getC11LineInfoByteSize() const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp64 uint32_t DbiModuleDescriptor::getC11LineInfoByteSize() const { in getC11LineInfoByteSize() function in DbiModuleDescriptor
H A DModuleDebugStream.cpp41 uint32_t C11Size = Mod.getC11LineInfoByteSize(); in reload()