HomeSort by: relevance | last modified time | path
    Searched defs:ImportModule (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h 24 Optional<StringRef> ImportModule;
85 bool hasImportModule() const { return ImportModule.hasValue(); }
87 if (ImportModule.hasValue())
88 return ImportModule.getValue();
95 void setImportModule(StringRef Name) { ImportModule = Name; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 194 Optional<StringRef> ImportModule;

Completed in 17 milliseconds