OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 10 00:26:05 UTC 2026