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

  /external/clang/lib/Driver/
ToolChains.h 137 virtual bool isPICDefault() const;
350 virtual bool isPICDefault() const;
404 virtual bool isPICDefault() const { return false; }
614 bool isPICDefault() const;
626 virtual bool isPICDefault() const;
WindowsToolChain.cpp 60 bool Windows::isPICDefault() const {
ToolChains.cpp 867 bool Darwin::isPICDefault() const {
    [all...]
Tools.cpp     [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 214 virtual bool isPICDefault() const = 0;
221 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are

Completed in 139 milliseconds