Home
last modified time | relevance | path

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

12345678910>>...62

/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/
H A DObservable.Extensions.cs33 …return source.Subscribe/*Unsafe*/(new AnonymousObserver<T>(Stubs<T>.Ignore, Stubs.Throw, Stubs.Nop… in Subscribe()
54 … return source.Subscribe/*Unsafe*/(new AnonymousObserver<T>(onNext, Stubs.Throw, Stubs.Nop)); in Subscribe()
78 return source.Subscribe/*Unsafe*/(new AnonymousObserver<T>(onNext, onError, Stubs.Nop)); in Subscribe()
102 … return source.Subscribe/*Unsafe*/(new AnonymousObserver<T>(onNext, Stubs.Throw, onCompleted)); in Subscribe()
168 … source.Subscribe_(new AnonymousObserver<T>(Stubs<T>.Ignore, Stubs.Throw, Stubs.Nop), token); in Subscribe()
186 source.Subscribe_(new AnonymousObserver<T>(onNext, Stubs.Throw, Stubs.Nop), token); in Subscribe()
207 source.Subscribe_(new AnonymousObserver<T>(onNext, onError, Stubs.Nop), token); in Subscribe()
228 source.Subscribe_(new AnonymousObserver<T>(onNext, Stubs.Throw, onCompleted), token); in Subscribe()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp497 Stubs = MMIMacho.GetFnStubList(); in EmitEndOfAsmFile()
498 if (!Stubs.empty()) { in EmitEndOfAsmFile()
518 Stubs.clear(); in EmitEndOfAsmFile()
523 Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
524 if (!Stubs.empty()) { in EmitEndOfAsmFile()
553 Stubs.clear(); in EmitEndOfAsmFile()
557 Stubs = MMIMacho.GetHiddenGVStubList(); in EmitEndOfAsmFile()
558 if (!Stubs.empty()) { in EmitEndOfAsmFile()
571 Stubs.clear(); in EmitEndOfAsmFile()
650 if (!Stubs.empty()) { in EmitEndOfAsmFile()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/
H A DILCompiler.Compiler.csproj59 <Link>IL\Stubs\ComparerIntrinsics.cs</Link>
65 <Link>IL\Stubs\GetCanonTypeIntrinsic.cs</Link>
74 <Link>IL\Stubs\DelegateMethodILEmitter.cs</Link>
77 <Link>IL\Stubs\DynamicInvokeMethodThunk.cs</Link>
80 <Link>IL\Stubs\EETypePtrOfIntrinsic.cs</Link>
86 <Link>IL\Stubs\TypeGetTypeMethodThunk.cs</Link>
92 <Link>IL\Stubs\TypeSystemThrowingILEmitter.cs</Link>
408 <Link>IL\Stubs\AddrOfIntrinsic.cs</Link>
411 <Link>IL\Stubs\ArrayMethodILEmitter.cs</Link>
414 <Link>IL\Stubs\CalliIntrinsic.cs</Link>
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Jit/src/
H A DSystem.Private.Jit.csproj66 <Compile Include="$(TypeSystemBasePath)\IL\Stubs\AddrOfIntrinsic.cs" />
67 <Compile Include="$(TypeSystemBasePath)\IL\Stubs\ArrayMethodILEmitter.cs" />
68 <Compile Include="$(TypeSystemBasePath)\IL\Stubs\CalliIntrinsic.cs" />
69 <Compile Include="$(TypeSystemBasePath)\IL\Stubs\ComparerIntrinsics.cs" />
72 <Compile Include="$(TypeSystemBasePath)\IL\Stubs\EETypePtrOfIntrinsic.cs" />
73 <Compile Include="$(TypeSystemBasePath)\IL\Stubs\GetCanonTypeIntrinsic.cs" />
75 <Compile Include="$(TypeSystemBasePath)\IL\Stubs\PInvokeILEmitter.cs" />
76 <Compile Include="$(TypeSystemBasePath)\IL\Stubs\PInvokeLazyFixupField.cs" />
78 <Compile Include="$(TypeSystemBasePath)\IL\Stubs\StructMarshallingThunk.cs" />
80 <Compile Include="$(TypeSystemBasePath)\IL\Stubs\UnsafeIntrinsics.cs" />
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h58 auto StubI = Stubs.find(Target.getName()); in getStubSymbol()
60 if (StubI == Stubs.end()) { in getStubSymbol()
62 StubI = Stubs.insert(std::make_pair(Target.getName(), &StubSymbol)).first; in getStubSymbol()
65 assert(StubI != Stubs.end() && "Count not get stub symbol"); in getStubSymbol()
75 DenseMap<StringRef, Symbol *> Stubs; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h58 auto StubI = Stubs.find(Target.getName()); in getStubSymbol()
60 if (StubI == Stubs.end()) { in getStubSymbol()
62 StubI = Stubs.insert(std::make_pair(Target.getName(), &StubSymbol)).first; in getStubSymbol()
65 assert(StubI != Stubs.end() && "Count not get stub symbol"); in getStubSymbol()
75 DenseMap<StringRef, Symbol *> Stubs; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h58 auto StubI = Stubs.find(Target.getName()); in getStubSymbol()
60 if (StubI == Stubs.end()) { in getStubSymbol()
62 StubI = Stubs.insert(std::make_pair(Target.getName(), &StubSymbol)).first; in getStubSymbol()
65 assert(StubI != Stubs.end() && "Count not get stub symbol"); in getStubSymbol()
75 DenseMap<StringRef, Symbol *> Stubs; variable
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h59 auto StubI = Stubs.find(Target.getName()); in getStubAtom()
61 if (StubI == Stubs.end()) { in getStubAtom()
63 StubI = Stubs.insert(std::make_pair(Target.getName(), &StubAtom)).first; in getStubAtom()
66 assert(StubI != Stubs.end() && "Count not get stub atom"); in getStubAtom()
76 DenseMap<StringRef, DefinedAtom *> Stubs; variable
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/
H A DAnonymousObserver.cs42 : this(onNext, Stubs.Throw, Stubs.Nop) in AnonymousObserver()
53 : this(onNext, onError, Stubs.Nop) in AnonymousObserver()
64 : this(onNext, Stubs.Throw, onCompleted) in AnonymousObserver()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h79 auto StubI = Stubs.find(Target.getName()); in getStubSymbol()
81 if (StubI == Stubs.end()) { in getStubSymbol()
87 StubI = Stubs.insert(std::make_pair(Target.getName(), &StubSymbol)).first; in getStubSymbol()
90 assert(StubI != Stubs.end() && "Count not get stub symbol"); in getStubSymbol()
101 DenseMap<StringRef, Symbol *> Stubs; variable
/dports/devel/gh/cli-2.4.0/pkg/prompt/
H A Dstubber.go16 Stubs [][]*QuestionStub member
48 if count >= len(as.Stubs) {
53 stubbedQuestions := as.Stubs[count]
104 as.Stubs = append(as.Stubs, stubbedQuestions)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h79 auto StubI = Stubs.find(Target.getName()); in getStubSymbol()
81 if (StubI == Stubs.end()) { in getStubSymbol()
87 StubI = Stubs.insert(std::make_pair(Target.getName(), &StubSymbol)).first; in getStubSymbol()
90 assert(StubI != Stubs.end() && "Count not get stub symbol"); in getStubSymbol()
101 DenseMap<StringRef, Symbol *> Stubs; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h79 auto StubI = Stubs.find(Target.getName()); in getStubSymbol()
81 if (StubI == Stubs.end()) { in getStubSymbol()
87 StubI = Stubs.insert(std::make_pair(Target.getName(), &StubSymbol)).first; in getStubSymbol()
90 assert(StubI != Stubs.end() && "Count not get stub symbol"); in getStubSymbol()
101 DenseMap<StringRef, Symbol *> Stubs; variable
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h79 auto StubI = Stubs.find(Target.getName()); in getStubSymbol()
81 if (StubI == Stubs.end()) { in getStubSymbol()
87 StubI = Stubs.insert(std::make_pair(Target.getName(), &StubSymbol)).first; in getStubSymbol()
90 assert(StubI != Stubs.end() && "Count not get stub symbol"); in getStubSymbol()
101 DenseMap<StringRef, Symbol *> Stubs; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h79 auto StubI = Stubs.find(Target.getName()); in getStubSymbol()
81 if (StubI == Stubs.end()) { in getStubSymbol()
87 StubI = Stubs.insert(std::make_pair(Target.getName(), &StubSymbol)).first; in getStubSymbol()
90 assert(StubI != Stubs.end() && "Count not get stub symbol"); in getStubSymbol()
101 DenseMap<StringRef, Symbol *> Stubs; variable
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.TypeSystem/src/
H A DILCompiler.TypeSystem.csproj362 <Link>IL\Stubs\DelegateThunks.Sorting.cs</Link>
365 <Link>IL\Stubs\EnumThunks.cs</Link>
368 <Link>IL\Stubs\EnumThunks.Sorting.cs</Link>
371 <Link>IL\Stubs\PInvokeLazyFixupField.cs</Link>
437 <Link>IL\Stubs\PInvokeILEmitter.cs</Link>
440 <Link>IL\Stubs\PInvokeTargetNativeMethod.cs</Link>
446 <Link>IL\Stubs\ILEmitter.cs</Link>
449 <Link>IL\Stubs\DebuggerSteppingHelpers.cs</Link>
458 <Link>IL\Stubs\ForwardDelegateCreationThunk.cs</Link>
467 <Link>IL\Stubs\DelegateThunks.cs</Link>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub() argument
156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub()
157 if (Stub == Stubs.end()) { in generateRelocationStub()
162 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef() argument
225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub() argument
156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub()
157 if (Stub == Stubs.end()) { in generateRelocationStub()
162 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef() argument
225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub() argument
156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub()
157 if (Stub == Stubs.end()) { in generateRelocationStub()
162 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef() argument
225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub() argument
156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub()
157 if (Stub == Stubs.end()) { in generateRelocationStub()
162 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef() argument
225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub() argument
156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub()
157 if (Stub == Stubs.end()) { in generateRelocationStub()
162 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef() argument
225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub() argument
156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub()
157 if (Stub == Stubs.end()) { in generateRelocationStub()
162 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef() argument
225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub() argument
156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub()
157 if (Stub == Stubs.end()) { in generateRelocationStub()
162 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef() argument
225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub() argument
156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub()
157 if (Stub == Stubs.end()) { in generateRelocationStub()
162 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef() argument
225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h146 StubMap &Stubs) { in generateRelocationStub() argument
156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub()
157 if (Stub == Stubs.end()) { in generateRelocationStub()
162 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
194 StubMap &Stubs) override { in processRelocationRef() argument
225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()

12345678910>>...62