Home
last modified time | relevance | path

Searched refs:getModuleStreamIndex (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DLLVMOutputStyle.cpp132 uint16_t SN = ModI.Info.getModuleStreamIndex(); in dumpStreamSummary()
464 P.printNumber("Debug Stream Index", Modi.Info.getModuleStreamIndex()); in dumpDbiStream()
483 (Modi.Info.getModuleStreamIndex() < File.getNumStreams()); in dumpDbiStream()
488 Modi.Info.getModuleStreamIndex(), File); in dumpDbiStream()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h36 uint16_t getModuleStreamIndex() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h35 uint16_t getModuleStreamIndex() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h35 uint16_t getModuleStreamIndex() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h35 uint16_t getModuleStreamIndex() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h35 uint16_t getModuleStreamIndex() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h35 uint16_t getModuleStreamIndex() const;
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DModInfo.h35 uint16_t getModuleStreamIndex() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp48 uint16_t DbiModuleDescriptor::getModuleStreamIndex() const { in getModuleStreamIndex() function in DbiModuleDescriptor
H A DModuleDebugStream.cpp40 if (Mod.getModuleStreamIndex() != llvm::pdb::kInvalidStreamIndex) { in reload()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp48 uint16_t DbiModuleDescriptor::getModuleStreamIndex() const { in getModuleStreamIndex() function in DbiModuleDescriptor
H A DInputFile.cpp53 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()
77 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()
H A DModuleDebugStream.cpp41 if (Mod.getModuleStreamIndex() != llvm::pdb::kInvalidStreamIndex) { in reload()
H A DNativeSession.cpp459 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/fuzzer/
H A Dllvm-pdbdump-fuzzer.cpp87 Modi.Info.getModuleStreamIndex(), *File); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/Raw/
H A DModInfo.cpp97 uint16_t ModInfo::getModuleStreamIndex() const { return Layout->ModDiStream; } in getModuleStreamIndex() function in ModInfo