Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DLinkerWrapperOpts.td96 def library_path : JoinedOrSeparate<["-"], "L">, MetaVarName<"<dir>">,
99 Alias<library_path>;
101 Alias<library_path>;
106 Alias<library_path>;
108 Alias<library_path>;
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py4099 library_path = None variable in Config
4111 Config.library_path = fspath(path)
4167 if Config.library_path:
4168 file = Config.library_path + '/' + file
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td264 def library_path: JoinedOrSeparate<["-"], "L">, MetaVarName<"<dir>">,
525 def: Separate<["--", "-"], "library-path">, Alias<library_path>;
526 def: Joined<["--", "-"], "library-path=">, Alias<library_path>;