Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h40 uint32_t getC13LineInfoByteSize() const;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h38 uint32_t getC13LineInfoByteSize() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp68 uint32_t DbiModuleDescriptor::getC13LineInfoByteSize() const { in getC13LineInfoByteSize() function in DbiModuleDescriptor
DModuleDebugStream.cpp40 uint32_t C13Size = Mod.getC13LineInfoByteSize(); in reload()
/external/llvm/lib/DebugInfo/PDB/Raw/
DModStream.cpp33 uint32_t C13Size = Mod.getC13LineInfoByteSize(); in reload()
DModInfo.cpp105 uint32_t ModInfo::getC13LineInfoByteSize() const { return Layout->C13Bytes; } in getC13LineInfoByteSize() function in ModInfo
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp471 Modi.Info.getC13LineInfoByteSize()); in dumpDbiStream()