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

  /external/clang/include/clang/Driver/
ToolChain.h 62 enum RTTIMode {
75 const RTTIMode CachedRTTIMode;
158 // Returns the RTTIMode for the toolchain with the current arguments.
159 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /external/clang/lib/Driver/
SanitizerArgs.cpp 198 ToolChain::RTTIMode RTTIMode = TC.getRTTIMode();
237 (RTTIMode == ToolChain::RM_DisabledImplicitly ||
238 RTTIMode == ToolChain::RM_DisabledExplicitly)) {
239 if (RTTIMode == ToolChain::RM_DisabledImplicitly)
277 (RTTIMode == ToolChain::RM_DisabledImplicitly ||
278 RTTIMode == ToolChain::RM_DisabledExplicitly)) {
    [all...]
Tools.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 64 enum RTTIMode {
77 const RTTIMode CachedRTTIMode;
187 // Returns the RTTIMode for the toolchain with the current arguments.
188 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 64 enum RTTIMode {
77 const RTTIMode CachedRTTIMode;
187 // Returns the RTTIMode for the toolchain with the current arguments.
188 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 64 enum RTTIMode {
77 const RTTIMode CachedRTTIMode;
187 // Returns the RTTIMode for the toolchain with the current arguments.
188 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 64 enum RTTIMode {
77 const RTTIMode CachedRTTIMode;
187 // Returns the RTTIMode for the toolchain with the current arguments.
188 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 64 enum RTTIMode {
77 const RTTIMode CachedRTTIMode;
187 // Returns the RTTIMode for the toolchain with the current arguments.
188 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 64 enum RTTIMode {
77 const RTTIMode CachedRTTIMode;
187 // Returns the RTTIMode for the toolchain with the current arguments.
188 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 64 enum RTTIMode {
77 const RTTIMode CachedRTTIMode;
187 // Returns the RTTIMode for the toolchain with the current arguments.
188 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 64 enum RTTIMode {
77 const RTTIMode CachedRTTIMode;
187 // Returns the RTTIMode for the toolchain with the current arguments.
188 RTTIMode getRTTIMode() const { return CachedRTTIMode; }

Completed in 395 milliseconds