/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 31 std::string SysRoot; member in __anon95dd62ec0111::DependencyGraphCallback 45 StringRef SysRoot) in DependencyGraphCallback() argument 63 AttachDependencyGraphGen(Preprocessor & PP,StringRef OutputFile,StringRef SysRoot) AttachDependencyGraphGen() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | OHOS.cpp | 133 std::string SysRoot = computeSysRoot(); in OHOS() local 202 std::string SysRoot = computeSysRoot(); in AddClangSystemIncludeArgs() local 274 std::string SysRoot = in computeSysRoot() local 303 std::string SysRoot = computeSysRoot(); getRuntimePaths() local [all...] |
H A D | Hurd.cpp | 77 std::string SysRoot = computeSysRoot(); in Hurd() local 152 std::string SysRoot = computeSysRoot(); in AddClangSystemIncludeArgs() local
|
H A D | CrossWindows.cpp | 240 const std::string &SysRoot = D.SysRoot; in AddClangSystemIncludeArgs() local 265 const std::string &SysRoot = getDriver().SysRoot; in AddClangCXXStdlibIncludeArgs() local
|
H A D | WebAssembly.cpp | 220 auto SysRoot = getDriver().SysRoot; WebAssembly() local 523 std::string SysRoot = computeSysRoot(); addLibCxxIncludePaths() local 551 std::string SysRoot = computeSysRoot(); addLibStdCXXIncludePaths() local [all...] |
H A D | BareMetal.cpp | 108 SmallString<128> SysRoot(computeSysRoot()); BareMetal() local 276 const SmallString<128> SysRoot(computeSysRoot()); AddClangSystemIncludeArgs() local 301 std::string SysRoot(computeSysRoot()); AddClangCXXStdlibIncludeArgs() local [all...] |
H A D | Linux.cpp | 222 std::string SysRoot = computeSysRoot(); Linux() local 618 std::string SysRoot = computeSysRoot(); AddClangSystemIncludeArgs() local [all...] |
H A D | MSP430.cpp | 240 static void AddImplicitLinkerScript(const std::string SysRoot, in AddImplicitLinkerScript()
|
H A D | Gnu.cpp | 2193 getGCCToolchainDir(const ArgList & Args,llvm::StringRef SysRoot) getGCCToolchainDir() argument 2370 AddDefaultGCCPrefixes(const llvm::Triple & TargetTriple,SmallVectorImpl<std::string> & Prefixes,StringRef SysRoot) AddDefaultGCCPrefixes() argument 3154 AddMultilibPaths(const Driver & D,const std::string & SysRoot,const std::string & OSLibDir,const std::string & MultiarchTriple,path_list & Paths) AddMultilibPaths() argument 3220 AddMultiarchPaths(const Driver & D,const std::string & SysRoot,const std::string & OSLibDir,path_list & Paths) AddMultiarchPaths() argument 3274 std::string SysRoot = computeSysRoot(); addLibCxxIncludePaths() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/IndexSerialization/ |
H A D | SerializablePathCollection.h | 49 SysRoot = 2, enumerator 87 std::string SysRoot; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | Utils.h | 41 inline StringRef guessDeveloperDir(StringRef SysRoot) { in guessToolchainBaseDir() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/IndexSerialization/ |
H A D | SerializablePathCollection.cpp | 40 StringRef CurrentWorkDir, StringRef SysRoot, llvm::StringRef OutputFile) in SerializablePathCollection()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.h | 176 std::string SysRoot; global() variable
|
H A D | DWARFLinkerCompileUnit.cpp | 265 StringRef SysRoot = in analyzeImportedModule() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerCompileUnit.h | 326 std::string SysRoot; global() variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Driver.h | 183 std::string SysRoot; global() variable
|
H A D | ToolChain.h | 619 getMultiarchTriple(const Driver & D,const llvm::Triple & TargetTriple,StringRef SysRoot) getMultiarchTriple() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 196 StringRef SysRoot = dwarf::toStringRef(DIE.find(dwarf::DW_AT_LLVM_sysroot)); analyzeImportedModule() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 141 StringRef SysRoot, StringRef SDK) { in createCompileUnit() argument
|
H A D | DebugInfoMetadata.cpp | 939 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 D | DebugInfo.cpp | 1070 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
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1025 StringRef SysRoot = DIUnit->getSysRoot(); in finishUnitAttributes() local
|