HomeSort by relevance Sort by last modified time
    Searched refs:ISysRoot (Results 1 - 12 of 12) 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...]
DebugInfoMetadata.cpp 479 MDString *IncludePath, MDString *ISysRoot,
483 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot));
484 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot};
DIBuilder.cpp 691 StringRef ISysRoot) {
693 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...]
DebugInfoMetadata.cpp 578 MDString *IncludePath, MDString *ISysRoot,
582 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot));
583 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot};
    [all...]
DIBuilder.cpp     [all...]
DebugInfo.cpp 782 const char *ISysRoot, size_t ISysRootLen) {
787 StringRef(ISysRoot, ISysRootLen)));
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h 597 /// \param ISysRoot The clang system root (value of -isysroot).
601 StringRef ISysRoot);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DebugInfo.h 234 * \param ISysRoot The Clang system root (value of -isysroot).
235 * \param ISysRootLen The length of the C string passed to \c ISysRoot.
242 const char *ISysRoot, size_t ISysRootLen);
    [all...]

Completed in 218 milliseconds