Home
last modified time | relevance | path

Searched refs:DbiModuleDescriptor (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp21 Error DbiModuleDescriptor::initialize(BinaryStreamRef Stream, in initialize()
22 DbiModuleDescriptor &Info) { in initialize()
35 bool DbiModuleDescriptor::hasECInfo() const { in hasECInfo()
39 uint16_t DbiModuleDescriptor::getTypeServerIndex() const { in getTypeServerIndex()
44 const SectionContrib &DbiModuleDescriptor::getSectionContrib() const { in getSectionContrib()
48 uint16_t DbiModuleDescriptor::getModuleStreamIndex() const { in getModuleStreamIndex()
52 uint32_t DbiModuleDescriptor::getSymbolDebugInfoByteSize() const { in getSymbolDebugInfoByteSize()
56 uint32_t DbiModuleDescriptor::getC11LineInfoByteSize() const { in getC11LineInfoByteSize()
60 uint32_t DbiModuleDescriptor::getC13LineInfoByteSize() const { in getC13LineInfoByteSize()
64 uint32_t DbiModuleDescriptor::getNumberOfFiles() const { in getNumberOfFiles()
[all …]
DNativeCompilandSymbol.cpp17 DbiModuleDescriptor MI) in NativeCompilandSymbol()
DModuleDebugStream.cpp32 const DbiModuleDescriptor &Module, in ModuleDebugStreamRef()
DDbiModuleList.cpp254 DbiModuleDescriptor DbiModuleList::getModuleDescriptor(uint32_t Modi) const { in getModuleDescriptor()
DNativeSession.cpp457 DbiModuleDescriptor Modi = Dbi->modules().getModuleDescriptor(Index); in getModuleDebugStream()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp21 Error DbiModuleDescriptor::initialize(BinaryStreamRef Stream, in initialize()
22 DbiModuleDescriptor &Info) { in initialize()
35 bool DbiModuleDescriptor::hasECInfo() const { in hasECInfo()
39 uint16_t DbiModuleDescriptor::getTypeServerIndex() const { in getTypeServerIndex()
44 const SectionContrib &DbiModuleDescriptor::getSectionContrib() const { in getSectionContrib()
48 uint16_t DbiModuleDescriptor::getModuleStreamIndex() const { in getModuleStreamIndex()
52 uint32_t DbiModuleDescriptor::getSymbolDebugInfoByteSize() const { in getSymbolDebugInfoByteSize()
56 uint32_t DbiModuleDescriptor::getC11LineInfoByteSize() const { in getC11LineInfoByteSize()
60 uint32_t DbiModuleDescriptor::getC13LineInfoByteSize() const { in getC13LineInfoByteSize()
64 uint32_t DbiModuleDescriptor::getNumberOfFiles() const { in getNumberOfFiles()
[all …]
DNativeCompilandSymbol.cpp19 DbiModuleDescriptor MI) in NativeCompilandSymbol()
DModuleDebugStream.cpp31 const DbiModuleDescriptor &Module, in ModuleDebugStreamRef()
DDbiModuleList.cpp253 DbiModuleDescriptor DbiModuleList::getModuleDescriptor(uint32_t Modi) const { in getModuleDescriptor()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h24 class DbiModuleDescriptor {
28 DbiModuleDescriptor() = default;
29 DbiModuleDescriptor(const DbiModuleDescriptor &Info) = default;
30 DbiModuleDescriptor &operator=(const DbiModuleDescriptor &Info) = default;
32 static Error initialize(BinaryStreamRef Stream, DbiModuleDescriptor &Info);
59 template <> struct VarStreamArrayExtractor<pdb::DbiModuleDescriptor> {
61 pdb::DbiModuleDescriptor &Info) {
62 if (auto EC = pdb::DbiModuleDescriptor::initialize(Stream, Info))
DModuleDebugStream.h26 class DbiModuleDescriptor; variable
32 ModuleDebugStreamRef(const DbiModuleDescriptor &Module,
73 DbiModuleDescriptor Mod;
DNativeCompilandSymbol.h21 DbiModuleDescriptor MI);
33 DbiModuleDescriptor Module;
DDbiModuleList.h83 DbiModuleDescriptor getModuleDescriptor(uint32_t Modi) const;
89 VarStreamArray<DbiModuleDescriptor> Descriptors;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h23 class DbiModuleDescriptor {
27 DbiModuleDescriptor() = default;
28 DbiModuleDescriptor(const DbiModuleDescriptor &Info) = default;
29 DbiModuleDescriptor &operator=(const DbiModuleDescriptor &Info) = default;
31 static Error initialize(BinaryStreamRef Stream, DbiModuleDescriptor &Info);
58 template <> struct VarStreamArrayExtractor<pdb::DbiModuleDescriptor> {
60 pdb::DbiModuleDescriptor &Info) {
61 if (auto EC = pdb::DbiModuleDescriptor::initialize(Stream, Info))
DNativeCompilandSymbol.h21 DbiModuleDescriptor MI);
33 DbiModuleDescriptor Module;
DModuleDebugStream.h35 ModuleDebugStreamRef(const DbiModuleDescriptor &Module,
76 DbiModuleDescriptor Mod;
DDbiModuleList.h81 DbiModuleDescriptor getModuleDescriptor(uint32_t Modi) const;
87 VarStreamArray<DbiModuleDescriptor> Descriptors;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h74 const SymbolizableModule *DbiModuleDescriptor);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp605 const SymbolizableModule *DbiModuleDescriptor) { in DemangleName() argument
632 if (DbiModuleDescriptor && DbiModuleDescriptor->isWin32Module()) in DemangleName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt39 Native/DbiModuleDescriptor.cpp
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp683 const SymbolizableModule *DbiModuleDescriptor) { in DemangleName() argument
702 if (DbiModuleDescriptor && DbiModuleDescriptor->isWin32Module()) { in DemangleName()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt44 Native/DbiModuleDescriptor.cpp
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h116 const SymbolizableModule *DbiModuleDescriptor);
/external/angle/third_party/clspv/gn/llvm/sources/
DBUILD.gn1456 "//$clspv_llvm_dir/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp",
/external/skia/bazel/rbe/gce_linux/cc/
Dmodule.modulemap3069 textual header "/usr/include/llvm-11/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h"