Home
last modified time | relevance | path

Searched full:includeoptional (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lld/test/COFF/
Dincludeoptional.yaml5 # RUN: lld-link /out:%t.exe /entry:main /includeoptional:bar /includeoptional:actuallymissing %t.ma…
8 # CHECK: includeoptional.yaml.tmp.main.obj
9 # CHECK: includeoptional.yaml.tmp.lib.lib
10 # CHECK: includeoptional.yaml.tmp.lib.lib(includeoptional.yaml.tmp.lib.obj) for bar
Dincludeoptional2.yaml2 # RUN: not lld-link /out:%t.exe /entry:main /includeoptional:undeffunc %t.obj /verbose 2>&1 | FileC…
/external/dng_sdk/source/
Ddng_opcode_list.h116 /// list. If includeOptional is set to true, then this calculation will
119 uint32 MinVersion (bool includeOptional) const;
Ddng_opcode_list.cpp88 uint32 dng_opcode_list::MinVersion (bool includeOptional) const in MinVersion()
96 if (includeOptional || !fList [index]->Optional ()) in MinVersion()
/external/llvm-project/lld/test/MinGW/
Ddriver.test200 UNDEFINED: -includeoptional:_foo -includeoptional:_bar -includeoptional:_baz -includeoptional:_foo2…
/external/ImageMagick/.github/workflows/
Drelease.yml85 …configure.exe /noWizard /VS2019 /includeOptional /installedSupport /deprecated /${{matrix.hdri}} /…
/external/llvm-project/lld/COFF/
DOptions.td211 def include_optional : Joined<["/", "-", "/?", "-?"], "includeoptional:">,
DDriver.cpp2022 // Handle /includeoptional in link()
/external/llvm-project/lld/MinGW/
DDriver.cpp377 add("-includeoptional:" + StringRef(a->getValue())); in link()