HomeSort by relevance Sort by last modified time
    Searched refs:RTTIMode (Results 1 - 18 of 18) 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; }
  /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/darwin-x86/clang-4393122/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-4479392/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-4579689/include/clang/Driver/
ToolChain.h 86 enum RTTIMode {
99 const RTTIMode CachedRTTIMode;
209 // Returns the RTTIMode for the toolchain with the current arguments.
210 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
ToolChain.h 86 enum RTTIMode {
99 const RTTIMode CachedRTTIMode;
209 // Returns the RTTIMode for the toolchain with the current arguments.
210 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
ToolChain.h 86 enum RTTIMode {
99 const RTTIMode CachedRTTIMode;
209 // Returns the RTTIMode for the toolchain with the current arguments.
210 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
ToolChain.h 86 enum RTTIMode {
99 const RTTIMode CachedRTTIMode;
209 // Returns the RTTIMode for the toolchain with the current arguments.
210 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; }
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/include/clang/Driver/
ToolChain.h 86 enum RTTIMode {
99 const RTTIMode CachedRTTIMode;
209 // Returns the RTTIMode for the toolchain with the current arguments.
210 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
ToolChain.h 86 enum RTTIMode {
99 const RTTIMode CachedRTTIMode;
209 // Returns the RTTIMode for the toolchain with the current arguments.
210 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
ToolChain.h 86 enum RTTIMode {
99 const RTTIMode CachedRTTIMode;
209 // Returns the RTTIMode for the toolchain with the current arguments.
210 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
ToolChain.h 86 enum RTTIMode {
99 const RTTIMode CachedRTTIMode;
209 // Returns the RTTIMode for the toolchain with the current arguments.
210 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...]
ToolChain.cpp 40 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args,
Tools.cpp     [all...]

Completed in 601 milliseconds