HomeSort by relevance Sort by last modified time
    Searched refs:getDebugStreamIndex (Results 1 - 17 of 17) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 69 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 68 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 68 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 75 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 75 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 75 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 75 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 69 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 68 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 68 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 75 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 75 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 75 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 75 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 171 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Exception))
173 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Fixup))
175 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::FPO))
178 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::NewFPO))
181 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::OmapFromSrc))
184 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::OmapToSrc))
186 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Pdata))
189 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::SectionHdr))
193 Dbi->getDebugStreamIndex(DbgHeaderType::SectionHdrOrig))
196 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::TokenRidMap)
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
DbiStream.cpp 285 uint32_t StreamNum = getDebugStreamIndex(DbgHeaderType::SectionHdr);
310 uint32_t StreamNum = getDebugStreamIndex(DbgHeaderType::NewFPO);
422 uint32_t DbiStream::getDebugStreamIndex(DbgHeaderType Type) const {
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
DbiStream.h 93 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;

Completed in 1937 milliseconds