Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h38 uint32_t getSymbolDebugInfoByteSize() const;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h36 uint32_t getSymbolDebugInfoByteSize() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp60 uint32_t DbiModuleDescriptor::getSymbolDebugInfoByteSize() const { in getSymbolDebugInfoByteSize() function in DbiModuleDescriptor
DModuleDebugStream.cpp38 uint32_t SymbolSize = Mod.getSymbolDebugInfoByteSize(); in reload()
/external/llvm/lib/DebugInfo/PDB/Raw/
DModStream.cpp31 uint32_t SymbolSize = Mod.getSymbolDebugInfoByteSize(); in reload()
DModInfo.cpp99 uint32_t ModInfo::getSymbolDebugInfoByteSize() const { in getSymbolDebugInfoByteSize() function in ModInfo
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp472 P.printNumber("Symbol Byte Size", Modi.Info.getSymbolDebugInfoByteSize()); in dumpDbiStream()