Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:LLVM_CONFIG
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/tools/build/feature/
H
A
D
Makefile
78
LLVM_CONFIG
?= llvm-config
macro
303
-I$(shell $(
LLVM_CONFIG
) --includedir) \
304
-L$(shell $(
LLVM_CONFIG
) --libdir) \
305
$(shell $(
LLVM_CONFIG
) --libs Core BPF) \
306
$(shell $(
LLVM_CONFIG
) --system-libs) \
311
-I$(shell $(
LLVM_CONFIG
) --includedir) \
316
-I$(shell $(
LLVM_CONFIG
) --includedir) \
317
-L$(shell $(
LLVM_CONFIG
) --libdir) \
321
$(shell $(
LLVM_CONFIG
) --libs Core option) \
322
$(shell $(
LLVM_CONFIG
)
[all...]
/kernel/linux/linux-6.6/tools/build/feature/
H
A
D
Makefile
344
-I$(shell $(
LLVM_CONFIG
) --includedir) \
345
-L$(shell $(
LLVM_CONFIG
) --libdir) \
346
$(shell $(
LLVM_CONFIG
) --libs Core BPF) \
347
$(shell $(
LLVM_CONFIG
) --system-libs) \
352
-I$(shell $(
LLVM_CONFIG
) --includedir) \
357
-I$(shell $(
LLVM_CONFIG
) --includedir) \
358
-L$(shell $(
LLVM_CONFIG
) --libdir) \
360
$(shell $(
LLVM_CONFIG
) --libs Core option) \
361
$(shell $(
LLVM_CONFIG
) --system-libs) \
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
Makefile
146
CFLAGS += $(shell $(
LLVM_CONFIG
) --cflags --libs $(LLVM_CONFIG_LIB_COMPONENTS))
147
LIBS += $(shell $(
LLVM_CONFIG
) --libs $(LLVM_CONFIG_LIB_COMPONENTS))
148
ifeq ($(shell $(
LLVM_CONFIG
) --shared-mode),static)
149
LIBS += $(shell $(
LLVM_CONFIG
) --system-libs $(LLVM_CONFIG_LIB_COMPONENTS))
152
LDFLAGS += $(shell $(
LLVM_CONFIG
) --ldflags)
Completed in 2 milliseconds