HomeSort by: relevance | last modified time | path
    Searched refs:ModuleIndex (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-modextract/
llvm-modextract.cpp 34 static cl::opt<unsigned> ModuleIndex("n", cl::Required,
48 if (ModuleIndex >= Ms.size()) {
63 Result.append(Ms[ModuleIndex].getBuffer().begin(),
64 Ms[ModuleIndex].getBuffer().end());
65 Writer.copyStrtab(Ms[ModuleIndex].getStrtab());
71 std::unique_ptr<Module> M = ExitOnErr(Ms[ModuleIndex].parseModule(Context));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
StreamUtil.h 40 uint32_t getModuleIndex() const { return *ModuleIndex; }
55 Optional<uint32_t> ModuleIndex;
StreamUtil.cpp 46 Result.ModuleIndex = Modi;
BytesOutputStyle.cpp 368 if (opts::bytes::ModuleIndex.getNumOccurrences() > 0) {
369 iterateOneModule(File, P, Modules, opts::bytes::ModuleIndex, 1, IndentLevel,
llvm-pdbutil.h 130 extern llvm::cl::opt<uint32_t> ModuleIndex;
llvm-pdbutil.cpp 420 cl::opt<uint32_t> ModuleIndex(
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 113 bool moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const;
115 uint16_t &ModuleIndex) const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeSession.cpp 394 bool NativeSession::moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const {
395 ModuleIndex = 0;
399 ModuleIndex = Iter.value();
404 uint16_t &ModuleIndex) const {
405 ModuleIndex = 0;
409 ModuleIndex = Iter.value();

Completed in 42 milliseconds