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

  /external/llvm/lib/IR/
LLVMContextImpl.h 697 MDString *ISysRoot;
699 MDString *IncludePath, MDString *ISysRoot)
701 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
705 IncludePath(N->getRawIncludePath()), ISysRoot(N->getRawISysRoot()) {}
711 ISysRoot == RHS->getRawISysRoot();
715 ConfigurationMacros, IncludePath, ISysRoot);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContextImpl.h 799 MDString *ISysRoot;
802 MDString *IncludePath, MDString *ISysRoot)
804 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
808 IncludePath(N->getRawIncludePath()), ISysRoot(N->getRawISysRoot()) {}
814 ISysRoot == RHS->getRawISysRoot();
819 ConfigurationMacros, IncludePath, ISysRoot);
    [all...]

Completed in 440 milliseconds