OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Exported
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
JITSymbol.cpp
31
Flags |= JITSymbolFlags::
Exported
;
40
// case it must be marked as non-
exported
.
46
Flags &= ~JITSymbolFlags::
Exported
;
60
Flags |= JITSymbolFlags::
Exported
;
81
Flags |= JITSymbolFlags::
Exported
;
/src/external/apache2/llvm/dist/llvm/tools/lli/
ExecutionUtils.h
52
pointerToJITTargetAddress(Handler), JITSymbolFlags::
Exported
);
RemoteJITUtils.h
111
return JITSymbol(*Addr, JITSymbolFlags::
Exported
);
/src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
LLJITWithLazyReexports.cpp
137
JITSymbolFlags::
Exported
| JITSymbolFlags::Callable}},
140
JITSymbolFlags::
Exported
| JITSymbolFlags::Callable}}});
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h
94
/// a strong,
exported
symbol, consistent with historical treatment by
99
/// necessary for RuntimeDyld to correctly handle weak and non-
exported
symbols.
101
return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::
Exported
);
116
/// getSymbolAddressInLogicalDylib is treated as a strong,
exported
symbol,
121
/// necessary for RuntimeDyld to correctly handle weak and non-
exported
symbols.
125
JITSymbolFlags::
Exported
);
JITSymbol.h
85
Exported
= 1U << 4,
143
/// Returns true if the
Exported
flag is set.
145
return (Flags &
Exported
) ==
Exported
;
243
fromPointer(T *P, JITSymbolFlags Flags = JITSymbolFlags::
Exported
) {
/src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
LLJITWithTargetProcessControl.cpp
169
JITSymbolFlags::
Exported
| JITSymbolFlags::Callable}},
172
JITSymbolFlags::
Exported
| JITSymbolFlags::Callable}}});
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TPCDynamicLibrarySearchGenerator.cpp
57
JITEvaluatedSymbol(*ResultI, JITSymbolFlags::
Exported
);
Speculation.cpp
45
JITSymbolFlags::
Exported
);
48
JITSymbolFlags::
Exported
);
ExecutionUtils.cpp
189
JITSymbolFlags::
Exported
);
192
JITSymbolFlags::
Exported
);
261
JITSymbolFlags::
Exported
);
Mangling.cpp
124
// Strip the '
exported
' flag from MachO linker-private symbols.
126
*SymFlags &= ~JITSymbolFlags::
Exported
;
IndirectionUtils.cpp
29
: MaterializationUnit(SymbolFlagsMap({{Name, JITSymbolFlags::
Exported
}}),
38
Result[Name] = JITEvaluatedSymbol(Compile(), JITSymbolFlags::
Exported
);
ObjectLinkingLayer.cpp
60
Flags |= JITSymbolFlags::
Exported
;
218
Flags |= JITSymbolFlags::
Exported
;
353
SF |= JITSymbolFlags::
Exported
;
OrcV2CBindings.cpp
222
JSF |= JITSymbolFlags::
Exported
;
LLJIT.cpp
139
JITSymbolFlags::
Exported
);
/src/libexec/httpd/
Makefile
107
echo "
Exported
two files in $${dir}:"; \
/src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp
353
void Module::getExportedModules(SmallVectorImpl<Module *> &
Exported
) const {
354
// All non-explicit submodules are
exported
.
360
Exported
.push_back(Mod);
363
// Find re-
exported
modules by filtering the list of imported modules.
371
Exported
.push_back(Mod);
391
// re-
exported
by the wildcard restriction.
412
Exported
.push_back(Mod);
427
// Every module transitively
exported
by an imported module is visible.
657
// Make any
exported
modules visible.
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h
109
JITSymbolFlags(JITSymbolFlags::
Exported
| JITSymbolFlags::Callable);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
290
JITSymbolFlags::
Exported
);
390
return JITSymbol(Addr, JITSymbolFlags::
Exported
);
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h
329
/// Describes an
exported
module.
331
/// The pointer is the module being re-
exported
, while the bit will be true
338
/// Describes an
exported
module that has not yet been resolved
348
/// that all of its submodules should be
exported
(rather than the named
635
/// Appends this module's list of
exported
modules to \p
Exported
.
638
/// directly
exported
), not the complete set of
exported
modules.
639
void getExportedModules(SmallVectorImpl<Module *> &
Exported
) const;
697
/// made visible, where each was
exported
by the next
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp
573
*SymFlags &= ~JITSymbolFlags::
Exported
;
575
*SymFlags |= JITSymbolFlags::
Exported
;
788
PhonySymbols[KV.first] = JITEvaluatedSymbol(0, JITSymbolFlags::
Exported
);
1209
JITEvaluatedSymbol AbsDef(Addr, JITSymbolFlags::
Exported
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
273
// module and its jumptable entry needs to be
exported
to thinlto backends.
405
// whether the type identifier needs to be
exported
to ThinLTO backends as
903
/// Type identifiers are
exported
by adding coarse-grained information about how
1887
// Cross-DSO CFI emits jumptable entries for
exported
functions as well as
1919
// have no live references (and are not
exported
with cross-DSO CFI.)
1926
bool
Exported
= false;
1930
Exported
= true;
1932
if (!
Exported
)
2245
// Emit .symver directives for
exported
functions, if they exist.
/src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
229
return JITSymbol(I->second, JITSymbolFlags::
Exported
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
4685
auto *
Exported
= cast<NamedDecl>(D);
4687
Reader.getContext().mergeDefinitionIntoModule(
Exported
, Owner);
4688
Reader.PendingMergedDefinitionsToDeduplicate.insert(
Exported
);
ASTReader.cpp
2116
// We expect to see a sequence of PP_MODULE_MACRO records listing
exported
4087
// Push any
exported
modules onto the stack to be marked as visible.
4092
Module *
Exported
= *I;
4093
if (Visited.insert(
Exported
).second)
4094
Stack.push_back(
Exported
);
Completed in 49 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026