Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h128 struct BitCodeLibraryInfo { struct
131 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true) argument
132 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()