Searched refs:ModuleIndex (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-modextract/ |
H A D | llvm-modextract.cpp | 34 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.h | 40 uint32_t getModuleIndex() const { return *ModuleIndex; } in getModuleIndex() 55 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 | 46 Result.ModuleIndex = Modi; in createModuleStream()
|
H A D | llvm-pdbutil.h | 130 extern llvm::cl::opt<uint32_t> ModuleIndex;
|
H A D | llvm-pdbutil.cpp | 420 cl::opt<uint32_t> ModuleIndex( variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSession.cpp | 394 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeSession.h | 113 bool moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const; 115 uint16_t &ModuleIndex) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
H A D | DbiStream.rst | 176 uint16_t ModuleIndex;
|