HomeSort by: relevance | last modified time | path
    Searched refs:RTTIMode (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 111 enum RTTIMode {
128 const RTTIMode CachedRTTIMode;
269 // Returns the RTTIMode for the toolchain with the current arguments.
270 RTTIMode getRTTIMode() const { return CachedRTTIMode; }
  /src/external/apache2/llvm/dist/clang/lib/Driver/
SanitizerArgs.cpp 297 ToolChain::RTTIMode RTTIMode = TC.getRTTIMode();
385 if ((Add & SanitizerKind::Vptr) && (RTTIMode == ToolChain::RM_Disabled)) {
487 if ((Kinds & SanitizerKind::Vptr) && (RTTIMode == ToolChain::RM_Disabled)) {
ToolChain.cpp 59 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args,
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 5989 ToolChain::RTTIMode RTTIMode = TC.getRTTIMode();
5992 (RTTIMode == ToolChain::RM_Disabled)))

Completed in 22 milliseconds