| /openbsd/src/gnu/llvm/clang/lib/DirectoryWatcher/windows/ |
| D | DirectoryWatcher-windows.cpp | 51 void emplace(DirectoryWatcher::Event::EventKind Kind, StringRef Path) { in emplace() function in __anone5c754fd0111::DirectoryWatcherWindows::EventQueue 54 Q.emplace(Kind, Path); in emplace() 157 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc() 172 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc() 184 Q.emplace(DirectoryWatcher::Event::EventKind::WatchedDirRemoved, in WatcherThreadProc() 186 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc() 194 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc() 222 Q.emplace(Kind, filename); in WatcherThreadProc()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| D | YAMLOutputStyle.cpp | 86 Obj.Headers.emplace(); in dumpFileHeaders() 114 Obj.StringTable.emplace(); in dumpStringTable() 131 Obj.StreamSizes.emplace(); in dumpStreamMetadata() 142 Obj.StreamMap.emplace(); in dumpStreamDirectory() 161 Obj.PdbStream.emplace(); in dumpPDBStream() 207 Obj.DbiStream.emplace(); in dumpDbiStream() 265 DMI.Modi.emplace(); in dumpDbiStream() 291 Obj.TpiStream.emplace(); in dumpTpiStream() 318 Obj.IpiStream.emplace(); in dumpIpiStream() 335 Obj.PublicsStream.emplace(); in dumpPublics()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | ToolOutputFile.cpp | 48 OSHolder.emplace(Filename, EC, Flags); in ToolOutputFile() 57 OSHolder.emplace(FD, true); in ToolOutputFile()
|
| D | InitLLVM.cpp | 36 StackPrinter.emplace(Argc, Argv); in InitLLVM()
|
| /openbsd/src/gnu/llvm/llvm/lib/TextAPI/ |
| D | InterfaceFile.cpp | 29 return Container.emplace(I, InstallName); in addEntry() 71 ParentUmbrellas.emplace(Iter, Target_, std::string(Parent)); in addParentUmbrella() 84 UUIDs.emplace(Iter, Target_, std::string(UUID)); in addUUID()
|
| /openbsd/src/gnu/llvm/llvm/tools/obj2yaml/ |
| D | elf2yaml.cpp | 397 SHT->Sections.emplace(); in dump() 567 S->Size.emplace(); in dumpPlaceholderSection() 697 Symbols.emplace(); in dumpSymbols() 997 S->Options.emplace(); in dumpLinkerOptionsSection() 1021 DL->Libs.emplace(); in dumpDependentLibrariesSection() 1088 S->Entries.emplace(); in dumpDynamicSection() 1107 S->Relocations.emplace(); in dumpRelocSection() 1143 S->Entries.emplace(); in dumpRelrSection() 1194 S->Entries.emplace(); in dumpSymtabShndxSection() 1275 S->Bucket.emplace(NBucket); in dumpHashSection() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/ProfileData/ |
| D | SampleProf.cpp | 377 auto Ret = MergedProfileMap.emplace(MergedContext, FunctionSamples()); in trimAndMergeColdContextProfiles() 392 auto Ret = ProfileMap.emplace(I.first, FunctionSamples()); in trimAndMergeColdContextProfiles() 424 auto Ret = ProfilesToBeAdded.emplace(Context, FProfile); in canonicalizeContextProfiles() 435 ProfileMap.emplace(I.first, I.second); in canonicalizeContextProfiles() 517 SamplesMap.emplace(OrigChildContext.getName().str(), *ChildProfile); in convertProfiles()
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
| D | Symbolize.cpp | 462 ObjectPairForPathArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObjectPair() 482 ObjectPairForPathArch.emplace(std::make_pair(Path, ArchName), Res); in getOrCreateObjectPair() 493 auto Pair = BinaryForPath.emplace(Path, OwningBinary<Binary>()); in getOrCreateObject() 521 ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject() 526 auto Pair = ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject() 578 Modules.emplace(ModuleName, std::unique_ptr<SymbolizableModule>()); in getOrCreateModuleInfo() 598 Modules.emplace(ModuleName, std::unique_ptr<SymbolizableModule>()); in getOrCreateModuleInfo()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | AllocatorList.h | 179 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { in emplace() function 213 emplace(end(), std::forward<Ts>(Vs)...); in emplace_back() 216 emplace(begin(), std::forward<Ts>(Vs)...); in emplace_front()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | LexicalScopes.cpp | 172 I = LexicalScopeMap.emplace(std::piecewise_construct, in getOrCreateRegularScope() 204 .emplace(std::piecewise_construct, std::forward_as_tuple(P), in getOrCreateInlinedScope() 224 I = AbstractScopeMap.emplace(std::piecewise_construct, in getOrCreateAbstractScope()
|
| D | LiveStacks.cpp | 59 .emplace( in getOrCreateInterval()
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | TraceGDBRemotePackets.cpp | 49 tids.emplace(); in TraceStopRequest() 115 warnings.emplace(); in AddWarning()
|
| D | Diagnostics.cpp | 25 InstanceImpl().emplace(); in Initialize()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | BasicAliasAnalysis.h | 195 BAR.emplace(createLegacyPMBasicAAResult(P, F)); in operator() 196 AAR.emplace(createLegacyPMAAResults(P, F, *BAR)); in operator()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| D | RenderScriptx86ABIFixups.cpp | 113 params.emplace(params.begin(), return_type_ptr_type); in cloneToStructRetFnTy() 168 new_call_args.emplace(new_call_args.begin(), in fixupX86StructRetCalls()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | StackSafetyAnalysis.cpp | 507 US.Calls.emplace(CallInfo<GlobalValue>(Callee, ArgNo), Offsets); in analyzeAllUses() 536 auto &UI = Info.Allocas.emplace(AI, PointerSize).first->second; in run() 544 auto &UI = Info.Params.emplace(A.getArgNo(), PointerSize).first->second; in run() 782 Use.Calls.emplace(CallInfo<GlobalValue>(F, C.first.ParamNo), C.second); in resolveAllCalls() 882 Functions.emplace(&F, std::move(FI)); in getInfo() 1132 .emplace(PS.ParamNo, FunctionSummary::ParamAccess::RangeWidth) in generateParamAccessSummary() 1146 US.Calls.emplace(CallInfo<FunctionSummary>(S, Call.ParamNo), in generateParamAccessSummary() 1150 Functions.emplace(FS, std::move(FI)); in generateParamAccessSummary()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/ |
| D | ObjDumper.cpp | 110 SecIndices.emplace(SecIndex, false); in getSectionRefsByNameOrIndex() 112 SecNames.emplace(std::string(Section), false); in getSectionRefsByNameOrIndex()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | any | 48 decay_t<ValueType>& emplace(Args&&... args); 50 decay_t<ValueType>& emplace(initializer_list<U>, Args&&...); 275 _Tp& emplace(_Args&&...); 284 _Tp& emplace(initializer_list<_Up>, _Args&&...); 554 _Tp& any::emplace(_Args&&... __args) { 561 _Tp& any::emplace(initializer_list<_Up> __il, _Args&&... __args) {
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| D | Procfs.cpp | 67 logical_cores_ids.emplace(std::move(*cpu_ids)); in GetAvailableLogicalCoreIDs()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | CompileUnitIndex.cpp | 50 cci.m_compile_opts.emplace(); in ParseCompile3() 56 cci.m_obj_name.emplace(); in ParseObjname()
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Transformer/ |
| D | Transformer.cpp | 44 .emplace(ID, AtomicChange(*Result.SourceManager, in convertToAtomicChanges()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | ELFAttributeParser.h | 47 attributesStr.emplace(tag, value); in setAttributeString()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Remarks/ |
| D | YAMLRemarkSerializer.h | 76 StrTab.emplace(); in YAMLStrTabRemarkSerializer()
|
| /openbsd/src/gnu/llvm/llvm/lib/Remarks/ |
| D | BitstreamRemarkParser.cpp | 401 P.StrTab.emplace(*StrTabBuf); in processStrTab() 556 R.Loc.emplace(); in processRemark() 595 R.Args.back().Loc.emplace(); in processRemark()
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | CodeGenHwModes.cpp | 73 auto P = ModeSelects.emplace(std::make_pair(R, HwModeSelect(R, *this))); in CodeGenHwModes()
|