/openbsd/gnu/llvm/lld/docs/ |
H A D | windows_support.rst | 34 :good:`Done`. LLD can read import libraries needed to link against DLL. Both 38 :good:`Done`. The format of static library (.lib) on Windows is actually the 42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported 48 :good:`Done`. If an ``.res`` file is given, LLD converts the file to a COFF 52 :good:`Done` for both x86 and x64. 59 :good:`Done`. LLD can emit PDBs that are at parity with those generated by
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LoopTraversal.cpp | 43 bool Done = isBlockDone(ActiveMBB); in traverse() local 44 MBBTraversalOrder.push_back(TraversedMBBInfo(ActiveMBB, Primary, Done)); in traverse() 52 if (Done) in traverse()
|
H A D | ScheduleDAG.cpp | 270 bool Done = true; in ComputeDepth() local 278 Done = false; in ComputeDepth() 283 if (Done) { in ComputeDepth() 301 bool Done = true; in ComputeHeight() local 309 Done = false; in ComputeHeight() 314 if (Done) { in ComputeHeight()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 53 bool Done = false; in decode() local 54 while (!Done) { in decode() 72 Done = true; in decode() 181 bool Done = false; in lookup() local 184 while (!Done) { in lookup() 198 Done = true; in lookup()
|
H A D | InlineInfo.cpp | 133 bool Done = false; in lookup() local 134 while (!Done) in lookup() 135 Done = lookup(GR, Data, Offset, ChildBaseAddr, Addr, SrcLocs, Err); in lookup()
|
H A D | LineTable.cpp | 71 bool Done = false; in parse() local 72 while (!Done) { in parse() 79 Done = true; in parse()
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | scudo_unit_test_main.cpp | 23 static bool Done = []() { in EnableMemoryTaggingIfSupported() local 28 (void)Done; in EnableMemoryTaggingIfSupported()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Threading.h | 61 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator 100 flag.status = Done; in call_once() 106 while (tmp != Done) { in call_once()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | LoopTraversal.h | 98 bool Done = true) 99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
|
/openbsd/usr.sbin/amd/amd/ |
H A D | nfs_start.c | 313 amd_state = Done; in run_rpc() 433 amd_state = Done; in mount_automounter() 461 if (run_rpc() != Done) { in mount_automounter() 463 amd_state = Done; in mount_automounter()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | EscapeEnumerator.cpp | 31 if (Done) in Next() 50 Done = true; in Next()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 710 bool Done = false; in resolveFrameIndex() local 712 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII); in resolveFrameIndex() 715 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII, this); in resolveFrameIndex() 717 assert(Done && "Unable to resolve frame index!"); in resolveFrameIndex() 718 (void)Done; in resolveFrameIndex() 825 bool Done = false; in eliminateFrameIndex() local 827 Done = rewriteARMFrameIndex(MI, FIOperandNum, FrameReg, Offset, TII); in eliminateFrameIndex() 830 Done = rewriteT2FrameIndex(MI, FIOperandNum, FrameReg, Offset, TII, this); in eliminateFrameIndex() 832 if (Done) in eliminateFrameIndex()
|
/openbsd/gnu/usr.bin/perl/dist/threads/t/ |
H A D | free.t | 118 ok($COUNT == 5, "Done - $COUNT threads"); 158 ok($COUNT == 5, "Done - $COUNT threads"); 210 ok($COUNT == 2, "Done - $COUNT threads");
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | Maintainers.pm | 253 my @Done; 257 push @Done, $file; 260 delete @ToDo{@Done};
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 242 bool Done = convert(In); in visitBlock() local 243 if (HasCutoff && Done) in visitBlock() 245 Changed |= Done; in visitBlock()
|
H A D | HexagonPeephole.cpp | 230 bool Done = false; in runOnMachineFunction() local 246 Done = true; in runOnMachineFunction() 252 if (!Done) { in runOnMachineFunction()
|
H A D | HexagonExpandCondsets.cpp | 1096 bool Done = predicate(MI, (Opc == Hexagon::A2_tfrt), UpdRegs); in predicateInBlock() local 1097 if (!Done) { in predicateInBlock() 1108 Changed |= Done; in predicateInBlock() 1224 bool Done = false; in coalesceSegments() local 1247 Done = coalesceRegisters(RD, RegisterRef(S1)); in coalesceSegments() 1248 if (Done) { in coalesceSegments() 1254 if (!Done && S2.isReg()) { in coalesceSegments() 1258 Done = coalesceRegisters(RD, RegisterRef(S2)); in coalesceSegments() 1259 if (Done) { in coalesceSegments() 1265 Changed |= Done; in coalesceSegments()
|
H A D | HexagonGenPredicate.cpp | 518 bool Done = convertToPredForm(MI); in runOnMachineFunction() local 519 if (Done) { in runOnMachineFunction() 526 auto Done = [Processed] (MachineInstr *MI) -> bool { in runOnMachineFunction() local 529 PUsers.remove_if(Done); in runOnMachineFunction()
|
/openbsd/regress/usr.bin/sed/ |
H A D | hanoi.expected | 17 Done! Try another, or end with ^D.
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | EscapeEnumerator.h | 35 bool Done = false; variable
|
/openbsd/gnu/usr.bin/perl/lib/perl5db/t/ |
H A D | gh-17661 | 14 say "Done.";
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 141 bool Done = false; in GlobalModuleIndex() local 142 while (!Done) { in GlobalModuleIndex() 156 Done = true; in GlobalModuleIndex() 557 bool Done = false; in loadModuleFile() local 558 while (!Done) { in loadModuleFile() 566 Done = true; in loadModuleFile()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | IntervalIterator.h | 146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt)); 148 if (Done) return *this; // Found a new interval! Use it!
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 176 bool Done = true; in EmitInlineAsmStr() local 180 default: Done = false; break; in EmitInlineAsmStr() 209 if (Done) break; in EmitInlineAsmStr()
|
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 59 std::set<Constant *> Done; in globalInitUsesExternalBA() local 65 Done.insert(V); in globalInitUsesExternalBA() 75 if (C && !isa<GlobalValue>(C) && !Done.count(C)) in globalInitUsesExternalBA()
|