Home
last modified time | relevance | path

Searched refs:GN (Results 1 – 25 of 67) sorted by relevance

123

/openbsd/gnu/llvm/llvm/utils/gn/
H A DREADME.rst2 Building LLVM with GN
13 *Warning* The GN build is experimental and best-effort. It might not work,
17 to update GN build files. Reviewers should not ask authors to update GN build
18 files. Keeping the GN build files up-to-date is on the people who use the GN
21 `GN <https://gn.googlesource.com/gn/>`_ is a metabuild system. It always
28 non-goals for the GN build.
68 GN has an autoformatter:
70 after making GN build changes is your friend.
76 .. _Syncing GN files from CMake files:
78 Syncing GN files from CMake files
[all …]
H A D.gn14 # The normal GN setup is to have BUILD.gn files in-tree and a root BUILD.gn
15 # file. Since LLVM's GN build is unofficial, set secondary_source to tell GN
H A DTODO.txt5 after llvm_targets_to_build in the GN build
15 - cross builds using GN's toolchain feature
/openbsd/regress/usr.bin/bc/
H A Dt14.out14 0 0GN 0!=0e1
17 1 0GN 0!=0e1
20 0 1GN 0!=0e1
/openbsd/regress/usr.bin/dc/
H A Dt14.in14 0 0GN 0!=0e1
17 1 0GN 0!=0e1
20 0 1GN 0!=0e1
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp221 if (GN.Flags & GepNode::Root) { in operator <<()
231 if (GN.Flags & GepNode::Used) { in operator <<()
241 if (GN.Flags & GepNode::Pointer) { in operator <<()
247 if (GN.Flags & GepNode::Root) in operator <<()
248 OS << "BaseVal:" << GN.BaseVal->getName() << '(' << GN.BaseVal << ')'; in operator <<()
250 OS << "Parent:" << GN.Parent; in operator <<()
255 else if (GN.Idx->hasName()) in operator <<()
256 OS << GN.Idx->getName(); in operator <<()
258 OS << "<anon> =" << *GN.Idx; in operator <<()
261 if (GN.PTy->isStructTy()) { in operator <<()
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/docs/
H A Ddeterministic.md1 Deterministic builds with LLVM's GN build
9 with the GN build. It requires some configuration though.
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/
H A DBUILD.gn26 # FIXME: Also, the GN way is to write this file at build time. But since
29 # hit, write the file at GN time.
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h96 GlobalNumberState* GN) in FunctionComparator() argument
97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/LogicalView/
H A DBUILD.gn32 # FIXME: Also, the GN way is to write this file at build time. But since
35 # hit, write the file at GN time.
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/test/
H A DBUILD.gn47 # The GN build currently never uses LLVM_USE_SANITIZER. (See also
52 # The GN build currently never uses LLVM_USE_SANITIZER. (See also
82 # No bindings are implemented in the GN build.
154 # LLVMgold.so exists, but since that target isn't hooked up yet in the GN
155 # build the LLVMgold.so tests currently don't run anywhere in the GN build.
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2183.crt18 gA3+eMVeGuGlN2y6nQqRffDL/GN+XvYiLm543cM2i+CWeXLhGT5gGhQi2Vt3u+MF
H A D1465.crt11 GN+bRk/VHqpdo8NkR4maPad54T0om9QfjX2DWs6JU0AMnRZPopLx/7IfIKkDADsB
H A D1398.crt18 GN/tURF4qMW1VapRJF70Uge80XRcR7ytB0dcIVm2bK5tcVRhB9SZDwZdvBJE5OMU
H A D3064.crt18 b+KXChqnd9ytU0SphDZJMMH4sqOU7tViRAzSosKxykkesYauQGajf4Vc1GCnF/GN
H A D454.crt17 VWQ0V+GN+YQGadZLJajL1GxIQja2fipG+HT7m42csMrWBijtsIRBEd1mV9R12X36
H A D1806.key19 h8nAaTGzzKlRMOydwW9v23I0MfxRHKLbnhG4Rp4Rhb9u71PC6d1uixQKyBD/x/GN
H A D2976.key8 GN+m/X0k1dTzfmaTwxcWobzW+KFrrleQHf2Hc0Un3PoBgKI1MxmERkF53fOfbs/N
H A D866.key10 mWAGTVlAqBjqTQ18Mv9lpXmcTcMA57D2FwZOGeg7UzVPiaoQuB1wCu1I6XtDi/GN
H A D9.key23 m95tbTKPUrgbxmqK0W7xvx8ma8OeUnsMGhuox6kyTb2EJw28cUEoIA2ieHEUY+GN
H A D1387.key16 DVc4dxE4rn2ErRhW1K/GN+QaStAQcCDL3BKnWmGpSY50S+HI5P74FMeGR6PrplPP
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/DirectX/
H A DBUILD.gn12 # FIXME: If we we ever add lib/Target/DirectX to the GN build, add this dep,
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Hello/
H A DBUILD.gn21 # The GN build currently doesn't globally pass -fPIC, but that's
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/bugpoint-passes/
H A DBUILD.gn21 # The GN build currently doesn't globally pass -fPIC, but that's
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Support/
H A DBUILD.gn9 # If we ever add real support for this, the GN way for this is probably

123