HomeSort by: relevance | last modified time | path
    Searched refs:getModuleDebugStream (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 116 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeFunctionSymbol.cpp 98 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi);
NativeInlineSiteSymbol.cpp 135 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi);
SymbolCache.cpp 348 Session.getModuleDebugStream(Modi);
454 Session.getModuleDebugStream(Modi);
551 Session.getModuleDebugStream(Modi);
NativeSession.cpp 445 NativeSession::getModuleDebugStream(uint32_t Index) const {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.cpp 38 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index) {
179 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi);
DumpOutputStyle.cpp 412 static Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
1578 auto ExpectedModS = getModuleDebugStream(File.pdb(), I);

Completed in 19 milliseconds