HomeSort by relevance Sort by last modified time
    Searched defs:JITSymbolFlags (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
JITSymbolFlags.h 1 //===------ JITSymbolFlags.h - Flags for symbols in the JIT -----*- C++ -*-===//
23 enum class JITSymbolFlags : char {
29 inline JITSymbolFlags operator|(JITSymbolFlags LHS, JITSymbolFlags RHS) {
30 typedef std::underlying_type<JITSymbolFlags>::type UT;
31 return static_cast<JITSymbolFlags>(
35 inline JITSymbolFlags& operator |=(JITSymbolFlags &LHS, JITSymbolFlags RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 36 class JITSymbolFlags {
48 /// @brief Default-construct a JITSymbolFlags instance.
49 JITSymbolFlags() : Flags(None) {}
51 /// @brief Construct a JITSymbolFlags instance from the given flags.
52 JITSymbolFlags(FlagNames Flags) : Flags(Flags) {}
75 /// Construct a JITSymbolFlags value based on the flags of the given global
77 static JITSymbolFlags fromGlobalValue(const GlobalValue &GV);
79 /// Construct a JITSymbolFlags value based on the flags of the given libobject
81 static JITSymbolFlags fromObjectSymbol(const object::BasicSymbolRef &Symbol);
95 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 36 class JITSymbolFlags {
48 /// @brief Default-construct a JITSymbolFlags instance.
49 JITSymbolFlags() : Flags(None) {}
51 /// @brief Construct a JITSymbolFlags instance from the given flags.
52 JITSymbolFlags(FlagNames Flags) : Flags(Flags) {}
75 /// Construct a JITSymbolFlags value based on the flags of the given global
77 static JITSymbolFlags fromGlobalValue(const GlobalValue &GV);
79 /// Construct a JITSymbolFlags value based on the flags of the given libobject
81 static JITSymbolFlags fromObjectSymbol(const object::BasicSymbolRef &Symbol);
95 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 36 class JITSymbolFlags {
48 /// @brief Default-construct a JITSymbolFlags instance.
49 JITSymbolFlags() : Flags(None) {}
51 /// @brief Construct a JITSymbolFlags instance from the given flags.
52 JITSymbolFlags(FlagNames Flags) : Flags(Flags) {}
75 /// Construct a JITSymbolFlags value based on the flags of the given global
77 static JITSymbolFlags fromGlobalValue(const GlobalValue &GV);
79 /// Construct a JITSymbolFlags value based on the flags of the given libobject
81 static JITSymbolFlags fromObjectSymbol(const object::BasicSymbolRef &Symbol);
95 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 36 class JITSymbolFlags {
48 /// @brief Default-construct a JITSymbolFlags instance.
49 JITSymbolFlags() : Flags(None) {}
51 /// @brief Construct a JITSymbolFlags instance from the given flags.
52 JITSymbolFlags(FlagNames Flags) : Flags(Flags) {}
75 /// Construct a JITSymbolFlags value based on the flags of the given global
77 static JITSymbolFlags fromGlobalValue(const GlobalValue &GV);
79 /// Construct a JITSymbolFlags value based on the flags of the given libobject
81 static JITSymbolFlags fromObjectSymbol(const object::BasicSymbolRef &Symbol);
95 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 36 class JITSymbolFlags {
48 /// @brief Default-construct a JITSymbolFlags instance.
49 JITSymbolFlags() : Flags(None) {}
51 /// @brief Construct a JITSymbolFlags instance from the given flags.
52 JITSymbolFlags(FlagNames Flags) : Flags(Flags) {}
75 /// Construct a JITSymbolFlags value based on the flags of the given global
77 static JITSymbolFlags fromGlobalValue(const GlobalValue &GV);
79 /// Construct a JITSymbolFlags value based on the flags of the given libobject
81 static JITSymbolFlags fromObjectSymbol(const object::BasicSymbolRef &Symbol);
95 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 36 class JITSymbolFlags {
48 /// @brief Default-construct a JITSymbolFlags instance.
49 JITSymbolFlags() : Flags(None) {}
51 /// @brief Construct a JITSymbolFlags instance from the given flags.
52 JITSymbolFlags(FlagNames Flags) : Flags(Flags) {}
75 /// Construct a JITSymbolFlags value based on the flags of the given global
77 static JITSymbolFlags fromGlobalValue(const GlobalValue &GV);
79 /// Construct a JITSymbolFlags value based on the flags of the given libobject
81 static JITSymbolFlags fromObjectSymbol(const object::BasicSymbolRef &Symbol);
95 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 36 class JITSymbolFlags {
48 /// @brief Default-construct a JITSymbolFlags instance.
49 JITSymbolFlags() : Flags(None) {}
51 /// @brief Construct a JITSymbolFlags instance from the given flags.
52 JITSymbolFlags(FlagNames Flags) : Flags(Flags) {}
75 /// Construct a JITSymbolFlags value based on the flags of the given global
77 static JITSymbolFlags fromGlobalValue(const GlobalValue &GV);
79 /// Construct a JITSymbolFlags value based on the flags of the given libobject
81 static JITSymbolFlags fromObjectSymbol(const object::BasicSymbolRef &Symbol);
95 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 36 class JITSymbolFlags {
48 /// @brief Default-construct a JITSymbolFlags instance.
49 JITSymbolFlags() : Flags(None) {}
51 /// @brief Construct a JITSymbolFlags instance from the given flags.
52 JITSymbolFlags(FlagNames Flags) : Flags(Flags) {}
75 /// Construct a JITSymbolFlags value based on the flags of the given global
77 static JITSymbolFlags fromGlobalValue(const GlobalValue &GV);
79 /// Construct a JITSymbolFlags value based on the flags of the given libobject
81 static JITSymbolFlags fromObjectSymbol(const object::BasicSymbolRef &Symbol);
95 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags
    [all...]

Completed in 194 milliseconds