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

  /external/clang/lib/Driver/
ToolChains.h 131 virtual const char *GetDefaultRelocationModel() const;
159 virtual const char *GetDefaultRelocationModel() const;
368 virtual const char *GetDefaultRelocationModel() const;
423 virtual const char *GetDefaultRelocationModel() const { return "pic"; }
563 const char* GetDefaultRelocationModel() const;
582 virtual const char *GetDefaultRelocationModel() const;
WindowsToolChain.cpp 89 const char *Windows::GetDefaultRelocationModel() const {
ToolChains.cpp     [all...]
Tools.cpp     [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 172 /// GetDefaultRelocationModel - Return the LLVM name of the default
174 virtual const char *GetDefaultRelocationModel() const = 0;

Completed in 358 milliseconds