Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-modextract/
Dllvm-modextract.cpp34 static cl::opt<unsigned> ModuleIndex("n", cl::Required, variable
48 if (ModuleIndex >= Ms.size()) { in main()
63 Result.append(Ms[ModuleIndex].getBuffer().begin(), in main()
64 Ms[ModuleIndex].getBuffer().end()); in main()
65 Writer.copyStrtab(Ms[ModuleIndex].getStrtab()); in main()
71 std::unique_ptr<Module> M = ExitOnErr(Ms[ModuleIndex].parseModule(Context)); in main()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DStreamUtil.h40 uint32_t getModuleIndex() const { return *ModuleIndex; } in getModuleIndex()
55 Optional<uint32_t> ModuleIndex; member
DBytesOutputStyle.cpp368 if (opts::bytes::ModuleIndex.getNumOccurrences() > 0) { in iterateModules()
369 iterateOneModule(File, P, Modules, opts::bytes::ModuleIndex, 1, IndentLevel, in iterateModules()
DStreamUtil.cpp46 Result.ModuleIndex = Modi; in createModuleStream()
Dllvm-pdbutil.h130 extern llvm::cl::opt<uint32_t> ModuleIndex;
Dllvm-pdbutil.cpp420 cl::opt<uint32_t> ModuleIndex( variable
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp394 bool NativeSession::moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const { in moduleIndexForVA()
395 ModuleIndex = 0; in moduleIndexForVA()
399 ModuleIndex = Iter.value(); in moduleIndexForVA()
404 uint16_t &ModuleIndex) const { in moduleIndexForSectOffset()
405 ModuleIndex = 0; in moduleIndexForSectOffset()
409 ModuleIndex = Iter.value(); in moduleIndexForSectOffset()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h113 bool moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const;
115 uint16_t &ModuleIndex) const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp28 ulittle16_t ModuleIndex; member
/external/llvm-project/llvm/docs/PDB/
DDbiStream.rst176 uint16_t ModuleIndex;