Home
last modified time | relevance | path

Searched refs:ModuleIndex (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp42 static cl::opt<unsigned> ModuleIndex("n", cl::Required, variable
58 if (ModuleIndex >= Ms.size()) { in main()
73 Result.append(Ms[ModuleIndex].getBuffer().begin(), in main()
74 Ms[ModuleIndex].getBuffer().end()); in main()
75 Writer.copyStrtab(Ms[ModuleIndex].getStrtab()); in main()
81 std::unique_ptr<Module> M = ExitOnErr(Ms[ModuleIndex].parseModule(Context)); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h40 uint32_t getModuleIndex() const { return *ModuleIndex; } in getModuleIndex()
55 std::optional<uint32_t> ModuleIndex; member
H A DBytesOutputStyle.cpp368 if (opts::bytes::ModuleIndex.getNumOccurrences() > 0) { in iterateModules()
369 iterateOneModule(File, P, Modules, opts::bytes::ModuleIndex, 1, IndentLevel, in iterateModules()
H A DStreamUtil.cpp46 Result.ModuleIndex = Modi; in createModuleStream()
H A Dllvm-pdbutil.h132 extern llvm::cl::opt<uint32_t> ModuleIndex;
H A Dllvm-pdbutil.cpp425 cl::opt<uint32_t> ModuleIndex( variable
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp402 bool NativeSession::moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const { in moduleIndexForVA()
403 ModuleIndex = 0; in moduleIndexForVA()
407 ModuleIndex = Iter.value(); in moduleIndexForVA()
412 uint16_t &ModuleIndex) const { in moduleIndexForSectOffset()
413 ModuleIndex = 0; in moduleIndexForSectOffset()
417 ModuleIndex = Iter.value(); in moduleIndexForSectOffset()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h117 bool moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const;
119 uint16_t &ModuleIndex) const;
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DDbiStream.rst176 uint16_t ModuleIndex;