/openbsd/gnu/llvm/llvm/utils/gn/ |
H A D | README.rst | 2 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 | .gn | 14 # 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 D | TODO.txt | 5 after llvm_targets_to_build in the GN build 15 - cross builds using GN's toolchain feature
|
/openbsd/regress/usr.bin/bc/ |
H A D | t14.out | 14 0 0GN 0!=0e1 17 1 0GN 0!=0e1 20 0 1GN 0!=0e1
|
/openbsd/regress/usr.bin/dc/ |
H A D | t14.in | 14 0 0GN 0!=0e1 17 1 0GN 0!=0e1 20 0 1GN 0!=0e1
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 221 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 D | deterministic.md | 1 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 D | BUILD.gn | 26 # 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 D | FunctionComparator.h | 96 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 D | BUILD.gn | 32 # 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 D | BUILD.gn | 47 # 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 D | 2183.crt | 18 gA3+eMVeGuGlN2y6nQqRffDL/GN+XvYiLm543cM2i+CWeXLhGT5gGhQi2Vt3u+MF
|
H A D | 1465.crt | 11 GN+bRk/VHqpdo8NkR4maPad54T0om9QfjX2DWs6JU0AMnRZPopLx/7IfIKkDADsB
|
H A D | 1398.crt | 18 GN/tURF4qMW1VapRJF70Uge80XRcR7ytB0dcIVm2bK5tcVRhB9SZDwZdvBJE5OMU
|
H A D | 3064.crt | 18 b+KXChqnd9ytU0SphDZJMMH4sqOU7tViRAzSosKxykkesYauQGajf4Vc1GCnF/GN
|
H A D | 454.crt | 17 VWQ0V+GN+YQGadZLJajL1GxIQja2fipG+HT7m42csMrWBijtsIRBEd1mV9R12X36
|
H A D | 1806.key | 19 h8nAaTGzzKlRMOydwW9v23I0MfxRHKLbnhG4Rp4Rhb9u71PC6d1uixQKyBD/x/GN
|
H A D | 2976.key | 8 GN+m/X0k1dTzfmaTwxcWobzW+KFrrleQHf2Hc0Un3PoBgKI1MxmERkF53fOfbs/N
|
H A D | 866.key | 10 mWAGTVlAqBjqTQ18Mv9lpXmcTcMA57D2FwZOGeg7UzVPiaoQuB1wCu1I6XtDi/GN
|
H A D | 9.key | 23 m95tbTKPUrgbxmqK0W7xvx8ma8OeUnsMGhuox6kyTb2EJw28cUEoIA2ieHEUY+GN
|
H A D | 1387.key | 16 DVc4dxE4rn2ErRhW1K/GN+QaStAQcCDL3BKnWmGpSY50S+HI5P74FMeGR6PrplPP
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/DirectX/ |
H A D | BUILD.gn | 12 # 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 D | BUILD.gn | 21 # 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 D | BUILD.gn | 21 # 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 D | BUILD.gn | 9 # If we ever add real support for this, the GN way for this is probably
|