Home
last modified time | relevance | path

Searched defs:getSysRoot (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp57 StringRef CompileUnit::getSysRoot() { in getSysRoot() function in llvm::CompileUnit
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h47 StringRef getSysRoot() { return SysRoot; } in getSysRoot() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp303 StringRef Compilation::getSysRoot() const { in getSysRoot() function in Compilation
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2141 StringRef getSysRoot() const { return getStringOperand(9); } in getSysRoot() function