Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h38 uint32_t getC13LineInfoByteSize() const;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp60 uint32_t DbiModuleDescriptor::getC13LineInfoByteSize() const { in getC13LineInfoByteSize() function in DbiModuleDescriptor
DModuleDebugStream.cpp54 uint32_t C13Size = Mod.getC13LineInfoByteSize(); in reloadSerialize()