Home
last modified time | relevance | path

Searched refs:library_path (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DLinkerWrapperOpts.td100 def library_path : JoinedOrSeparate<["-"], "L">, MetaVarName<"<dir>">,
103 Alias<library_path>;
105 Alias<library_path>;
110 Alias<library_path>;
112 Alias<library_path>;
/openbsd-src/gnu/llvm/lld/wasm/
H A DOptions.td90 def library_path: JoinedOrSeparate<["-"], "L">, MetaVarName<"<dir>">,
248 def: Separate<["--", "-"], "library-path">, Alias<library_path>;
249 def: Joined<["--", "-"], "library-path=">, Alias<library_path>;
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py4167 library_path = None variable in Config
4179 Config.library_path = fspath(path)
4235 if Config.library_path:
4236 file = Config.library_path + '/' + file
/openbsd-src/gnu/llvm/lld/ELF/
H A DOptions.td265 def library_path: JoinedOrSeparate<["-"], "L">, MetaVarName<"<dir>">,
529 def: Separate<["--", "-"], "library-path">, Alias<library_path>;
530 def: Joined<["--", "-"], "library-path=">, Alias<library_path>;