Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h122 struct BitCodeLibraryInfo { struct
125 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true) argument
126 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()