Searched refs:ModuleIndex (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/tools/llvm-modextract/ |
H A D | llvm-modextract.cpp | 42 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()
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.h | 40 uint32_t getModuleIndex() const { return *ModuleIndex; } in getModuleIndex() 55 std::optional<uint32_t> ModuleIndex; member
|
H A D | BytesOutputStyle.cpp | 368 if (opts::bytes::ModuleIndex.getNumOccurrences() > 0) { in iterateModules() 369 iterateOneModule(File, P, Modules, opts::bytes::ModuleIndex, 1, IndentLevel, in iterateModules()
|
H A D | StreamUtil.cpp | 45 Result.ModuleIndex = Modi; in createModuleStream()
|
H A D | llvm-pdbutil.h | 131 extern llvm::cl::opt<uint32_t> ModuleIndex;
|
H A D | llvm-pdbutil.cpp | 423 cl::opt<uint32_t> ModuleIndex( variable
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSession.cpp | 401 bool NativeSession::moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const { in getVAFromSectOffset() 402 ModuleIndex = 0; 406 ModuleIndex = Iter.value(); in moduleIndexForVA() 411 uint16_t &ModuleIndex) const { 412 ModuleIndex = 0; in moduleIndexForSectOffset() 416 ModuleIndex = Iter.value(); in moduleIndexForSectOffset()
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeSession.h | 117 bool moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const; 119 uint16_t &ModuleIndex) const;
|
/llvm-project/llvm/docs/PDB/ |
H A D | DbiStream.rst | 176 uint16_t ModuleIndex;
|