Searched refs:getModuleDebugStream (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/ |
D | InputFile.h | 156 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index); 157 Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
|
D | NativeSession.h | 120 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/ |
D | InputFile.h | 156 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index); 157 Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
|
D | NativeSession.h | 120 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InputFile.h | 156 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index); 157 Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
|
H A D | NativeSession.h | 120 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/ |
D | InputFile.h | 156 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index); 157 Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
|
D | NativeSession.h | 120 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/ |
D | InputFile.h | 156 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index); 157 Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
|
D | NativeSession.h | 120 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 38 llvm::pdb::getModuleDebugStream(PDBFile &File, StringRef &ModuleName, in getModuleDebugStream() function in llvm::pdb 68 Expected<ModuleDebugStreamRef> llvm::pdb::getModuleDebugStream(PDBFile &File, in getModuleDebugStream() function in llvm::pdb 205 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); in initializeForPdb()
|
H A D | SymbolCache.cpp | 353 Session.getModuleDebugStream(Modi); in findFunctionSymbolBySectOffset() 459 Session.getModuleDebugStream(Modi); in findLineTable() 556 Session.getModuleDebugStream(Modi); in findLineNumbersByVA()
|
H A D | NativeFunctionSymbol.cpp | 102 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
|
H A D | NativeInlineSiteSymbol.cpp | 193 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
|
H A D | NativeSession.cpp | 453 NativeSession::getModuleDebugStream(uint32_t Index) const { in getModuleDebugStream() function in NativeSession
|