| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 55 SymbolState::Resolved, std::move(OnResolvedWithUnwrap), in lookup() 226 std::map<StringRef, JITEvaluatedSymbol> Resolved, in onObjLoad() argument 247 auto I = Resolved.find(*Name); in onObjLoad() 251 if (I == Resolved.end() || InternalSymbols.count(*Name) || in onObjLoad() 272 auto I = Resolved.find(*Name); in onObjLoad() 276 if (I != Resolved.end() || !R.getSymbols().count(ES.intern(*Name))) in onObjLoad() 296 auto J = Resolved.find(*TargetName); in onObjLoad() 297 if (J == Resolved.end()) in onObjLoad() 301 Resolved[*Name] = J->second; in onObjLoad() 305 for (auto &KV : Resolved) { in onObjLoad()
|
| H A D | ExecutionUtils.cpp | 524 auto Resolved = in tryToGenerate() local 525 ES.lookup(LinkOrder, LookupSet, LookupKind::DLSym, SymbolState::Resolved); in tryToGenerate() 526 if (!Resolved) in tryToGenerate() 527 return Resolved.takeError(); in tryToGenerate() 529 auto G = createStubsGraph(*Resolved); in tryToGenerate() 560 DLLImportDefinitionGenerator::createStubsGraph(const SymbolMap &Resolved) { in createStubsGraph() argument 575 for (auto &KV : Resolved) { in createStubsGraph()
|
| H A D | Core.cpp | 164 assert(RequiredState >= SymbolState::Resolved && in AsynchronousSymbolQuery() 473 QuerySymbols, SymbolState::Resolved, std::move(OnComplete), in materialize() 955 const SymbolMap &Resolved) { in resolve() argument 974 Worklist.reserve(Resolved.size()); in resolve() 977 for (const auto &KV : Resolved) { in resolve() 1025 SymI->second.setState(SymbolState::Resolved); in resolve() 1032 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Resolved)) { in resolve() 1103 SymEntry.getState() == SymbolState::Resolved) && in emit()
|
| H A D | DebugUtils.cpp | 289 case SymbolState::Resolved: in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 42 char *Resolved = Allocator.Allocate<char>(UNI_MAX_UTF8_BYTES_PER_CODE_POINT); in convertCodePointToUTF8() local 43 char *ResolvedPtr = Resolved; in convertCodePointToUTF8() 45 return StringRef(Resolved, ResolvedPtr - Resolved); in convertCodePointToUTF8() 611 StringRef Resolved; in lexHTMLCharacterReference() local 613 Resolved = resolveHTMLNamedCharacterReference(Name); in lexHTMLCharacterReference() 615 Resolved = resolveHTMLDecimalCharacterReference(Name); in lexHTMLCharacterReference() 617 Resolved = resolveHTMLHexCharacterReference(Name); in lexHTMLCharacterReference() 619 if (Resolved.empty()) { in lexHTMLCharacterReference() 624 T.setText(Resolved); in lexHTMLCharacterReference()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 324 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() local 330 if (!isLoopHeader(Resolved)) in addToDist() 332 if (Resolved != Succ) in addToDist() 333 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist() 339 if (isLoopHeader(Resolved)) { in addToDist() 341 Dist.addBackedge(Resolved, Weight); in addToDist() 345 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist() 347 Dist.addExit(Resolved, Weight); in addToDist() 351 if (Resolved < Pred) { in addToDist() 365 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmBackend.cpp | 119 const MCFixup &Fixup, bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument 122 if (!Resolved) in fixupNeedsRelaxationAdvanced()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 348 llvm::SmallString<256> Resolved; in DiskFilesOrDirectories() local 349 if (!Resolver.ResolveExact(Username, Resolved)) { in DiskFilesOrDirectories() 357 Resolved = S.getKey(); in DiskFilesOrDirectories() 358 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories() 359 request.AddCompletion(Resolved, "", CompletionMode::Partial); in DiskFilesOrDirectories() 378 Storage = Resolved; in DiskFilesOrDirectories()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dspkginit.c | 562 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement() 642 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement()
|
| H A D | dsobject.c | 259 ObjDesc->Reference.Resolved = TRUE; in AcpiDsBuildInternalObject() 270 ObjDesc->Reference.Resolved = FALSE; in AcpiDsBuildInternalObject()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.h | 46 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
|
| H A D | CSKYAsmBackend.cpp | 175 bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument 183 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | NEWS | 676 Date Resolved: 27 Feb 2018 700 Date Resolved: 27 Feb 2018 892 Date Resolved: 21 Mar 2017 936 Date Resolved: 21 Mar 2017 958 Date Resolved: 21 Mar 2017 985 Date Resolved: 21 Mar 2017 1012 Date Resolved: 21 Mar 2017 1036 Date Resolved: 21 Mar 2017 1062 Date Resolved: 21 Mar 2017 1134 Date Resolved: 21 Mar 2017 [all …]
|
| H A D | README.patches | 29 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.h | 133 std::map<StringRef, JITEvaluatedSymbol> Resolved,
|
| H A D | ExecutionUtils.h | 357 createStubsGraph(const SymbolMap &Resolved);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.h | 78 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
|
| H A D | RISCVAsmBackend.cpp | 143 bool Resolved, in fixupNeedsRelaxationAdvanced() argument 158 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 56 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmBackend.h | 170 virtual bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 92 unsigned Resolved : 1; 132 Resolved(false), IndexHeaderMapHeader(false), IsValid(false) {} in HeaderFileInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 571 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() argument 586 if (!Resolved) { in fixupNeedsRelaxationAdvanced()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acobject.h | 553 UINT8 Resolved; /* Reference has been resolved to a value */ member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFixSGPRCopies.cpp | 723 bool Resolved = false; in runOnMachineFunction() local 736 Resolved = true; in runOnMachineFunction() 744 if (!Resolved) { in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 2244 bool Resolved; member 2246 MappedValue() : V(nullptr), Resolved(false) {} in MappedValue() 2247 MappedValue(Init *V, bool Resolved) : V(V), Resolved(Resolved) {} in MappedValue()
|