/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 127 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs); 482 EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs) { in EmitFunctionStubs() argument 498 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) { in EmitFunctionStubs() 502 MCSymbol *Stub = Stubs[i].first; in EmitFunctionStubs() 503 MCSymbol *RawSym = Stubs[i].second.getPointer(); in EmitFunctionStubs() 545 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) { in EmitFunctionStubs() 546 MCSymbol *Stub = Stubs[i].first; in EmitFunctionStubs() 547 MCSymbol *RawSym = Stubs[i].second.getPointer(); in EmitFunctionStubs() 586 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetFnStubList(); in doFinalization() local 587 if (!Stubs.empty()) in doFinalization() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 489 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile() local 491 Stubs = MMIMacho.GetFnStubList(); in EmitEndOfAsmFile() 492 if (!Stubs.empty()) { in EmitEndOfAsmFile() 501 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) { in EmitEndOfAsmFile() 503 OutStreamer.EmitLabel(Stubs[i].first); in EmitEndOfAsmFile() 505 OutStreamer.EmitSymbolAttribute(Stubs[i].second.getPointer(), in EmitEndOfAsmFile() 512 Stubs.clear(); in EmitEndOfAsmFile() 517 Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile() 518 if (!Stubs.empty()) { in EmitEndOfAsmFile() 525 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) { in EmitEndOfAsmFile() [all …]
|
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/targets/ |
D | BadCycleInterface.java | 19 Stubs.logEvent("baseclinit"); // $line-baseclinit$ 30 Stubs.logEvent("childclinit"); // $line-childclinit$ 35 Stubs.logEvent("childdefaultmethod"); // $line-childdefault$ in childDefaultMethod() 40 Stubs.logEvent("childstaticmethod"); // $line-childstatic$ in childStaticMethod()
|
D | LambdaExpressionsTarget.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.exec; 15 import static org.jacoco.core.test.validation.targets.Stubs.noexec; 16 import static org.jacoco.core.test.validation.targets.Stubs.nop;
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/ |
D | Target02.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.f; 15 import static org.jacoco.core.test.validation.targets.Stubs.i1; 16 import static org.jacoco.core.test.validation.targets.Stubs.i2; 17 import static org.jacoco.core.test.validation.targets.Stubs.nop; 18 import static org.jacoco.core.test.validation.targets.Stubs.t;
|
D | Target03.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.ex; 15 import static org.jacoco.core.test.validation.targets.Stubs.f; 16 import static org.jacoco.core.test.validation.targets.Stubs.nop; 18 import org.jacoco.core.test.validation.targets.Stubs.StubException;
|
D | BadCycleClass.java | 27 Stubs.logEvent("childclinit"); // $line-childclinit$ 31 Stubs.logEvent("childinit"); // $line-childinit$ in Child() 35 Stubs.logEvent("childsomeMethod"); // $line-childsomeMethod$ in someMethod()
|
D | Target10.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.f; 15 import static org.jacoco.core.test.validation.targets.Stubs.t; 17 import org.jacoco.core.test.validation.targets.Stubs.SuperClass;
|
D | Target01.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.f; 15 import static org.jacoco.core.test.validation.targets.Stubs.i2; 16 import static org.jacoco.core.test.validation.targets.Stubs.nop; 17 import static org.jacoco.core.test.validation.targets.Stubs.t;
|
D | Target11.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.f; 15 import static org.jacoco.core.test.validation.targets.Stubs.nop;
|
D | Target05.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.i1; 42 Stubs.nop(); // $line-staticblock$ in Stubs.nop()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/ |
D | Finally.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.ex; 15 import static org.jacoco.core.test.validation.targets.Stubs.f; 16 import static org.jacoco.core.test.validation.targets.Stubs.nop; 17 import static org.jacoco.core.test.validation.targets.Stubs.t;
|
D | Synchronized.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.ex; 15 import static org.jacoco.core.test.validation.targets.Stubs.nop; 17 import org.jacoco.core.test.validation.targets.Stubs.StubException;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 134 StubMap &Stubs) { in generateRelocationStub() argument 144 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub() 145 if (Stub == Stubs.end()) { in generateRelocationStub() 150 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub() 182 StubMap &Stubs) override { in processRelocationRef() argument 221 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
|
D | RuntimeDyldMachOX86_64.h | 38 StubMap &Stubs) override { in processRelocationRef() argument 75 processGOTRelocation(RE, Value, Stubs); in processRelocationRef() 131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() argument 136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation() 138 if (i != Stubs.end()) { in processGOTRelocation() 141 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 103 StubMap &Stubs) override { in processRelocationRef() argument 190 processBranchRelocation(RE, Value, Stubs); in processRelocationRef() 303 StubMap &Stubs) { in processBranchRelocation() argument 307 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation() 309 if (i != Stubs.end()) { in processBranchRelocation() 314 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()
|
D | RuntimeDyldMachOAArch64.h | 277 StubMap &Stubs) override { in processRelocationRef() argument 345 processGOTRelocation(RE, Value, Stubs); in processRelocationRef() 444 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() argument 449 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation() 451 if (i != Stubs.end()) in processGOTRelocation() 462 Stubs[Value] = StubOffset; in processGOTRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 38 StubMap &Stubs) override { in processRelocationRef() argument 75 processGOTRelocation(RE, Value, Stubs); in processRelocationRef() 131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() argument 136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation() 138 if (i != Stubs.end()) { in processGOTRelocation() 141 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 57 StubMap &Stubs) override { in processRelocationRef() argument 103 processBranchRelocation(RE, Value, Stubs); in processRelocationRef() 189 StubMap &Stubs) { in processBranchRelocation() argument 193 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation() 195 if (i != Stubs.end()) { in processBranchRelocation() 199 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()
|
D | RuntimeDyldMachOAArch64.h | 249 StubMap &Stubs) override { in processRelocationRef() argument 300 processGOTRelocation(RE, Value, Stubs); in processRelocationRef() 386 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation() argument 389 StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation() 391 if (i != Stubs.end()) in processGOTRelocation() 402 Stubs[Value] = StubOffset; in processGOTRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1046 StubMap &Stubs) { in resolveAArch64Branch() argument 1054 StubMap::const_iterator i = Stubs.find(Value); in resolveAArch64Branch() 1055 if (i != Stubs.end()) { in resolveAArch64Branch() 1063 Stubs[Value] = Section.getStubOffset(); in resolveAArch64Branch() 1101 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef() argument 1197 resolveAArch64Branch(SectionID, Value, RelI, Stubs); in processRelocationRef() 1220 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1221 if (i != Stubs.end()) { in processRelocationRef() 1230 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() 1275 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1193 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef() argument 1290 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1291 if (i != Stubs.end()) { in processRelocationRef() 1299 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() 1341 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1342 if (i != Stubs.end()) { in processRelocationRef() 1351 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() 1396 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef() 1397 if (i != Stubs.end()) { in processRelocationRef() 1404 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() [all …]
|
/external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/targets/ |
D | TryWithResources.java | 14 import static org.jacoco.core.test.validation.targets.Stubs.f; 15 import static org.jacoco.core.test.validation.targets.Stubs.nop;
|
/external/libpng/scripts/ |
D | makefile.acorn | 36 @.pngtest: @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib 37 Link $(Linkflags) @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 587 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile() local 590 Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile() 591 if (!Stubs.empty()) { in EmitEndOfAsmFile() 597 for (auto &Stub : Stubs) in EmitEndOfAsmFile() 600 Stubs.clear(); in EmitEndOfAsmFile()
|