Home
last modified time | relevance | path

Searched defs:SysRoot (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp31 std::string SysRoot; member in __anon5b0d5c6d0111::DependencyGraphCallback
45 StringRef SysRoot) in DependencyGraphCallback()
68 StringRef SysRoot) { in AttachDependencyGraphGen()
/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.cpp133 std::string SysRoot = computeSysRoot(); OHOS() local
202 std::string SysRoot = computeSysRoot(); AddClangSystemIncludeArgs() local
274 std::string SysRoot = computeSysRoot() local
303 std::string SysRoot = computeSysRoot(); getRuntimePaths() local
[all...]
H A DHurd.cpp77 std::string SysRoot = computeSysRoot(); in Hurd() local
152 std::string SysRoot = computeSysRoot(); in AddClangSystemIncludeArgs() local
H A DCrossWindows.cpp240 const std::string &SysRoot = D.SysRoot; in AddClangSystemIncludeArgs() local
265 const std::string &SysRoot = getDriver().SysRoot; in AddClangCXXStdlibIncludeArgs() local
H A DWebAssembly.cpp222 auto SysRoot = getDriver().SysRoot; WebAssembly() local
559 std::string SysRoot = computeSysRoot(); addLibCxxIncludePaths() local
587 std::string SysRoot = computeSysRoot(); addLibStdCXXIncludePaths() local
[all...]
H A DBareMetal.cpp106 SmallString<128> SysRoot(computeSysRoot()); BareMetal() local
279 const SmallString<128> SysRoot(computeSysRoot()); AddClangSystemIncludeArgs() local
337 std::string SysRoot(computeSysRoot()); AddClangCXXStdlibIncludeArgs() local
[all...]
H A DLinux.cpp222 std::string SysRoot = computeSysRoot(); Linux() local
622 std::string SysRoot = computeSysRoot(); AddClangSystemIncludeArgs() local
[all...]
H A DMSP430.cpp240 static void AddImplicitLinkerScript(const std::string SysRoot, in AddImplicitLinkerScript()
H A DGnu.cpp2195 getGCCToolchainDir(const ArgList & Args,llvm::StringRef SysRoot) getGCCToolchainDir() argument
2381 AddDefaultGCCPrefixes(const llvm::Triple & TargetTriple,SmallVectorImpl<std::string> & Prefixes,StringRef SysRoot) AddDefaultGCCPrefixes() argument
3151 AddMultilibPaths(const Driver & D,const std::string & SysRoot,const std::string & OSLibDir,const std::string & MultiarchTriple,path_list & Paths) AddMultilibPaths() argument
3217 AddMultiarchPaths(const Driver & D,const std::string & SysRoot,const std::string & OSLibDir,path_list & Paths) AddMultiarchPaths() argument
3271 std::string SysRoot = computeSysRoot(); addLibCxxIncludePaths() local
[all...]
/llvm-project/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h49 SysRoot = 2, enumerator
87 std::string SysRoot; variable
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DUtils.h41 inline StringRef guessDeveloperDir(StringRef SysRoot) { in guessDeveloperDir()
/llvm-project/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp40 StringRef CurrentWorkDir, StringRef SysRoot, llvm::StringRef OutputFile) in SerializablePathCollection()
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h181 std::string SysRoot; variable
H A DDWARFLinkerCompileUnit.cpp265 StringRef SysRoot = in analyzeImportedModule() local
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h328 std::string SysRoot; variable
/llvm-project/clang/include/clang/Driver/
H A DDriver.h180 std::string SysRoot; global() variable
H A DToolChain.h633 getMultiarchTriple(const Driver & D,const llvm::Triple & TargetTriple,StringRef SysRoot) getMultiarchTriple() argument
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c213 value SplitDebugInline, value DebugInfoForProfiling, value SysRoot, in llvm_dibuild_create_compile_unit_native() argument
253 value IncludePath, value SysRoot) { in llvm_dibuild_create_module_native() argument
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp197 StringRef SysRoot = dwarf::toStringRef(DIE.find(dwarf::DW_AT_LLVM_sysroot)); analyzeImportedModule() local
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp141 createCompileUnit(unsigned Lang,DIFile * File,StringRef Producer,bool isOptimized,StringRef Flags,unsigned RunTimeVer,StringRef SplitName,DICompileUnit::DebugEmissionKind Kind,uint64_t DWOId,bool SplitDebugInlining,bool DebugInfoForProfiling,DICompileUnit::DebugNameTableKind NameTableKind,bool RangesBaseAddress,StringRef SysRoot,StringRef SDK) createCompileUnit() argument
H A DDebugInfoMetadata.cpp949 getImpl(LLVMContext & Context,unsigned SourceLanguage,Metadata * File,MDString * Producer,bool IsOptimized,MDString * Flags,unsigned RuntimeVersion,MDString * SplitDebugFilename,unsigned EmissionKind,Metadata * EnumTypes,Metadata * RetainedTypes,Metadata * GlobalVariables,Metadata * ImportedEntities,Metadata * Macros,uint64_t DWOId,bool SplitDebugInlining,bool DebugInfoForProfiling,unsigned NameTableKind,bool RangesBaseAddress,MDString * SysRoot,MDString * SDK,StorageType Storage,bool ShouldCreate) getImpl() argument
H A DDebugInfo.cpp1075 LLVMDIBuilderCreateCompileUnit(LLVMDIBuilderRef Builder,LLVMDWARFSourceLanguage Lang,LLVMMetadataRef FileRef,const char * Producer,size_t ProducerLen,LLVMBool isOptimized,const char * Flags,size_t FlagsLen,unsigned RuntimeVer,const char * SplitName,size_t SplitNameLen,LLVMDWARFEmissionKind Kind,unsigned DWOId,LLVMBool SplitDebugInlining,LLVMBool DebugInfoForProfiling,const char * SysRoot,size_t SysRootLen,const char * SDK,size_t SDKLen) LLVMDIBuilderCreateCompileUnit() argument
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp2441 StringRef SysRoot = "/"; TEST_F() local
2504 StringRef SysRoot = "/"; TEST_F() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1025 StringRef SysRoot = DIUnit->getSysRoot(); in finishUnitAttributes() local