Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/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.cpp45 Result.ModuleIndex = Modi; in createModuleStream()
H A Dllvm-pdbutil.h131 extern llvm::cl::opt<uint32_t> ModuleIndex;
H A Dllvm-pdbutil.cpp423 cl::opt<uint32_t> ModuleIndex(
425 cl::opt<uint32_t> ModuleIndex( global() variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp403 bool NativeSession::moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const { in moduleIndexForVA()
404 ModuleIndex = 0; in moduleIndexForVA()
408 ModuleIndex = Iter.value(); in moduleIndexForVA()
413 uint16_t &ModuleIndex) const { in moduleIndexForSectOffset()
414 ModuleIndex = 0; in moduleIndexForSectOffset()
418 ModuleIndex = Iter.value(); in moduleIndexForSectOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h117 bool moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const;
119 uint16_t &ModuleIndex) const;