Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRTableBuild.cpp51 for (SymbolID Follow : FollowSets[NT]) in build() local
52 Table.FollowSets.set(NT * tok::NUM_TOKENS + symbolToToken(Follow)); in build()
/llvm-project-15.0.7/lld/test/ELF/
H A Dglobal-offset-table-position-redef-err.s6 # matter for the correctness of some relocations. Follow the example of ld.gold
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h543 file_type get_file_type(const Twine &Path, bool Follow = true);
1487 bool Follow; variable
1494 Follow(follow_symlinks) { in State()
1495 State->Stack.push(directory_iterator(path, ec, Follow)); in State()
1508 if (type == file_type::symlink_file && Follow) { in increment()
1516 State->Stack.push(directory_iterator(*State->Stack.top(), ec, Follow)); in increment()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECallingConv.td121 // Follow the standard C CC for scalars.
142 // Follow the standard C CC for scalars.
/llvm-project-15.0.7/llvm/utils/lit/
H A DREADME.txt28 Follow the instructions in http://llvm.org/docs/TestingGuide.html to run the
/llvm-project-15.0.7/third-party/benchmark/
H A DCONTRIBUTING.md45 1. Follow the normal process of [forking][] the project, and setup a new
/llvm-project-15.0.7/llvm/docs/
H A DAddingConstrainedIntrinsics.rst39 Follow instructions provided in this file.
H A DGoldPlugin.rst148 * Follow the instructions :ref:`on how to build LLVMgold.so
H A DReleaseProcess.rst117 Follow the `LNT Quick Start Guide
H A DHowToCrossCompileLLVM.rst193 it for running the test-suite, for example. Follow the guidelines at
H A DResponseGuide.rst138 * Follow up with the reportee to get their view or any other additional
H A DMergeFunctions.rst365 7. Complex types (structures, arrays, etc.). Follow complex objects comparison
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1247 Follow = true; in updateImpl()
1285 Follow = true; in updateImpl()
1302 Follow = true; in updateImpl()
1325 Follow = true; in updateImpl()
1351 Follow = true; in updateImpl()
2100 Follow = true; in updateImpl()
3260 Follow = true; in isKnownNoAliasDueToNoAliasPreservation()
4814 Follow = true; in updateImpl()
5090 Follow = true; in checkUse()
5194 Follow = true; in updateImpl()
[all …]
H A DAttributor.cpp1409 bool Follow = false; in checkForAllUses() local
1410 if (!Pred(*U, Follow)) in checkForAllUses()
1412 if (!Follow) in checkForAllUses()
/llvm-project-15.0.7/lldb/docs/use/
H A Dqemu-testing.rst80 * Follow https://wiki.qemu.org/Documentation/Networking/NAT and set up bridge
/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp1085 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type() argument
1087 if (status(Path, st, Follow)) in get_file_type()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProgram.inc316 // If the execve() failed, we should exit. Follow Unix protocol and
H A DPath.inc753 std::error_code status(const Twine &Path, file_status &Result, bool Follow) {
758 int StatRet = (Follow ? ::stat : ::lstat)(P.begin(), &Status);
/llvm-project-15.0.7/bolt/docs/
H A DOptimizingClang.md192 builds. E.g. `TOPLEV=~/clang-7/`. Follow with commands to clone the `release_70`
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc757 std::error_code status(const Twine &path, file_status &result, bool Follow) {
776 if (!Follow && (attr & FILE_ATTRIBUTE_REPARSE_POINT))
/llvm-project-15.0.7/lldb/docs/resources/
H A Dbuild.rst298 Follow the previous instructions in one directory, and generate a Visual Studio
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx17Issues.csv78 "`2250 <https://wg21.link/LWG2250>`__","Follow-up On Library Issue 2207","Kona","|Complete|",""
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst3437 Follow the AAPCS standard requirement stating that volatile bit-field width is dictated by the fiel…
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3526 NegFlag<SetFalse, [], "Do not follow">, PosFlag<SetTrue, [], "Follow">,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td961 // Follow the Microsoft implementation.