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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h 86 StringRef getImportModule() const {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 1305 Import.Module = WS.getImportModule();
1319 Import.Module = WS.getImportModule();
1329 Import.Module = WS.getImportModule();
1342 Import.Module = WS.getImportModule();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 6753 if (ExistingAttr->getImportModule() == AL.getImportModule())
6756 << ExistingAttr->getImportModule() << AL.getImportModule();
6765 AL.getImportModule());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 829 B.addAttribute("wasm-import-module", Attr->getImportModule());

Completed in 73 milliseconds