| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 55 LookupKind::Static, LinkOrder, InternedSymbols, SymbolState::Resolved, in lookup() 235 std::map<StringRef, JITEvaluatedSymbol> Resolved, in onObjLoad() argument 256 auto I = Resolved.find(*Name); in onObjLoad() 260 if (I == Resolved.end() || InternalSymbols.count(*Name) || in onObjLoad() 281 auto I = Resolved.find(*Name); in onObjLoad() 285 if (I != Resolved.end() || !R.getSymbols().count(ES.intern(*Name))) in onObjLoad() 305 auto J = Resolved.find(*TargetName); in onObjLoad() 306 if (J == Resolved.end()) in onObjLoad() 310 Resolved[*Name] = J->second; in onObjLoad() 314 for (auto &KV : Resolved) { in onObjLoad()
|
| H A D | ExecutionUtils.cpp | 543 auto Resolved = ES.lookup(LinkOrder, LookupSet, LookupKind::Static, in tryToGenerate() local 544 SymbolState::Resolved); in tryToGenerate() 545 if (!Resolved) in tryToGenerate() 546 return Resolved.takeError(); in tryToGenerate() 548 auto G = createStubsGraph(*Resolved); in tryToGenerate() 555 DLLImportDefinitionGenerator::createStubsGraph(const SymbolMap &Resolved) { in createStubsGraph() argument 562 for (auto &KV : Resolved) { in createStubsGraph()
|
| H A D | Core.cpp | 205 assert(RequiredState >= SymbolState::Resolved && in AsynchronousSymbolQuery() 470 QuerySymbols, SymbolState::Resolved, std::move(OnComplete), in materialize() 876 const SymbolMap &Resolved) { in resolve() argument 895 Worklist.reserve(Resolved.size()); in resolve() 898 for (const auto &KV : Resolved) { in resolve() 954 SymI->second.setState(SymbolState::Resolved); in resolve() 961 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Resolved)) { in resolve() 1997 if (Entry.getState() < SymbolState::Resolved) { in verifySessionState() 3124 Entry.getState() == SymbolState::Resolved || in IL_makeEDUReady() 3164 Entry.getState() == SymbolState::Resolved || in IL_makeEDUEmitted() [all …]
|
| H A D | DebugUtils.cpp | 284 case SymbolState::Resolved: in operator <<()
|
| /freebsd/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/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() 620 StringRef Resolved; in lexHTMLCharacterReference() local 622 Resolved = resolveHTMLNamedCharacterReference(Name); in lexHTMLCharacterReference() 624 Resolved = resolveHTMLDecimalCharacterReference(Name); in lexHTMLCharacterReference() 626 Resolved = resolveHTMLHexCharacterReference(Name); in lexHTMLCharacterReference() 628 if (Resolved.empty()) { in lexHTMLCharacterReference() 633 T.setText(Resolved); in lexHTMLCharacterReference()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmBackend.cpp | 110 bool Resolved) const { in fixupNeedsRelaxationAdvanced() 111 if (!Resolved) in fixupNeedsRelaxationAdvanced()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 371 llvm::SmallString<256> Resolved; in DiskFilesOrDirectories() local 372 if (!Resolver.ResolveExact(Username, Resolved)) { in DiskFilesOrDirectories() 380 Resolved = S.getKey(); in DiskFilesOrDirectories() 381 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories() 382 request.AddCompletion(Resolved, "", CompletionMode::Partial); in DiskFilesOrDirectories() 401 Storage = Resolved; in DiskFilesOrDirectories()
|
| /freebsd/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/contrib/ntp/ |
| H A D | NEWS | 569 Date Resolved: Stable (4.2.8p11) 27 Feb 2018 607 Date Resolved: Stable (4.2.8p11) 27 Feb 2018 637 Date Resolved: Stable (4.2.8p11) 27 Feb 2018 641 4.3.0 up to, but not including 4.3.92. Resolved in 4.2.8p11. 676 Date Resolved: 27 Feb 2018 700 Date Resolved: 27 Feb 2018 724 Date Resolved: Stable (4.2.8p11) 27 Feb 2018 727 4.3.0 up to, but not including 4.3.92. Resolved in 4.2.8p11. 892 Date Resolved: 21 Mar 2017 912 Date Resolved [all...] |
| H A D | README.patches | 29 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
|
| H A D | README.pullrequests | 82 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 163 bool Resolved) const { in fixupNeedsRelaxationAdvanced() 165 if (!Resolved) in fixupNeedsRelaxationAdvanced()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.h | 135 std::map<StringRef, JITEvaluatedSymbol> Resolved,
|
| H A D | ExecutionUtils.h | 376 createStubsGraph(const SymbolMap &Resolved);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmBackend.h | 161 uint64_t, bool Resolved) const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 109 unsigned Resolved : 1; 129 Resolved(false), IsValid(false) {} in HeaderFileInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 443 bool Resolved) const override { in fixupNeedsRelaxationAdvanced() 454 if (!Resolved) { in fixupNeedsRelaxationAdvanced()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acobject.h | 553 UINT8 Resolved; /* Reference has been resolved to a value */ member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFixSGPRCopies.cpp | 737 bool Resolved = false; in run() local 750 Resolved = true; in run() 758 if (!Resolved) { in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 2225 bool Resolved; member 2227 MappedValue() : V(nullptr), Resolved(false) {} in MappedValue() 2228 MappedValue(const Init *V, bool Resolved) : V(V), Resolved(Resolved) {} in MappedValue()
|
| /freebsd/lib/libc/nls/ |
| H A D | C.msg | 296 13 Resolved protocol is unknown
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 1250 StringMap<JITEvaluatedSymbol> Resolved; in finalizeAsync() local 1252 Resolved[KV.first] = KV.second; in finalizeAsync() 1254 SharedThis->applyExternalSymbolRelocations(Resolved); in finalizeAsync()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 1317 if (ExternalSource && !HFI->Resolved) { in getFileInfo() 1320 HFI->Resolved = true; in getFileInfo() 1341 if (!HFI->Resolved) { in getExistingFileInfo() 1344 HFI->Resolved = true; in getExistingFileInfo()
|