Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h39 uint32_t getC11LineInfoByteSize() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp64 uint32_t DbiModuleDescriptor::getC11LineInfoByteSize() const { in getC11LineInfoByteSize() function in DbiModuleDescriptor
DModuleDebugStream.cpp39 uint32_t C11Size = Mod.getC11LineInfoByteSize(); in reload()