HomeSort by relevance Sort by last modified time
    Searched refs:Exported (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
JITSymbolFlags.h 10 // Symbol flags for symbols in the JIT (e.g. weak, exported).
25 Exported = 1U << 1
62 return (Flags & JITSymbolFlags::Exported) == JITSymbolFlags::Exported;
70 Flags |= JITSymbolFlags::Exported;
RTDyldMemoryManager.h 81 /// a strong, exported symbol, consistent with historical treatment by
86 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
89 JITSymbolFlags::Exported);
104 /// getSymbolAddressInLogicalDylib is treated as a strong, exported symbol,
109 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
113 JITSymbolFlags::Exported);
  /external/llvm/unittests/ExecutionEngine/Orc/
GlobalMappingLayerTest.cpp 24 return llvm::orc::JITSymbol(0x4567, JITSymbolFlags::Exported);
CompileOnDemandLayerTest.cpp 57 return JITSymbol(1, JITSymbolFlags::Exported);
  /external/llvm/include/llvm/ExecutionEngine/Orc/
GlobalMappingLayer.h 71 /// @param ExportedSymbolsOnly If true, search only for exported symbols.
76 return JITSymbol(I->second, JITSymbolFlags::Exported);
85 /// @param ExportedSymbolsOnly If true, search only for exported symbols.
ExecutionUtils.h 150 return RuntimeDyld::SymbolInfo(I->second, JITSymbolFlags::Exported);
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 99 return JITSymbol(SymAddr, JITSymbolFlags::Exported);
  /external/clang/lib/Basic/
Module.cpp 241 void Module::getExportedModules(SmallVectorImpl<Module *> &Exported) const {
242 // All non-explicit submodules are exported.
248 Exported.push_back(Mod);
251 // Find re-exported modules by filtering the list of imported modules.
259 Exported.push_back(Mod);
279 // re-exported by the wildcard restriction.
300 Exported.push_back(Mod);
315 // Every module transitively exported by an imported module is visible.
520 // Make any exported modules visible.
  /external/llvm/tools/lli/
OrcLazyJIT.h 96 return RuntimeDyld::SymbolInfo(Addr, JITSymbolFlags::Exported);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 135 IndirectStubsMgr->createStub(StubName, Addr, JITSymbolFlags::Exported);
161 llvm::JITSymbolFlags::Exported);
  /external/clang/include/clang/Basic/
Module.h 225 /// \brief Describes an exported module.
227 /// The pointer is the module being re-exported, while the bit will be true
234 /// \brief Describes an exported module that has not yet been resolved
244 /// that all of its submodules should be exported (rather than the named
488 /// \brief Appends this module's list of exported modules to \p Exported.
491 /// directly exported), not the complete set of exported modules.
492 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
550 /// made visible, where each was exported by the next
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 276 JITSymbolFlags::Exported);
356 return RuntimeDyld::SymbolInfo(Addr, JITSymbolFlags::Exported);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 181 RTDyldSymFlags |= JITSymbolFlags::Exported;
545 RTDyldSymFlags |= JITSymbolFlags::Exported;
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 172 return RuntimeDyld::SymbolInfo(I->second, JITSymbolFlags::Exported);
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]
  /external/minijail/
common.mk 31 # Exported macros:
58 # Exported targets meant to have prerequisites added to:
    [all...]
  /external/modp_b64/
common.mk 31 # Exported macros:
58 # Exported targets meant to have prerequisites added to:
    [all...]
  /ndk/build/core/
definitions.mk 539 # Returns : Exported value
549 # Returns : Exported values
    [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]

Completed in 1912 milliseconds