HomeSort by relevance Sort by last modified time
    Searched defs:Stubs (Results 1 - 17 of 17) sorted by null

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
EnumImplicitMethods.java 16 CONST(Stubs.f() ? new Object() : new Object()); // $line-const$
Target05.java 14 import static org.jacoco.core.test.validation.targets.Stubs.i1;
42 Stubs.nop(); // $line-staticblock$
Stubs.java 20 public class Stubs {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 72 StubMap Stubs;
RuntimeDyld.cpp 294 StubMap Stubs;
317 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs))
322 // If there is an attached checker, notify it about the stubs for this
325 Checker->registerStubMap(Obj.getFileName(), SectionID, Stubs);
810 // and stubs for branches Thumb - ARM and ARM - Thumb.
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 34 import com.google.doclava.Stubs;
279 Stubs.writeXml(apiWriter, api.getPackages().values(), strip);
316 Stubs.writeXml(apiWriter, pkgInfoDiff, strip);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 586 // Output stubs for dynamically-linked functions.
587 MachineModuleInfoMachO::SymbolListTy Stubs;
589 // Output stubs for external and common global variables.
590 Stubs = MMIMacho.GetGVStubList();
591 if (!Stubs.empty()) {
597 for (auto &Stub : Stubs)
600 Stubs.clear();
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 127 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
200 // External or weakly linked global variables need non-lazily-resolved stubs
482 EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs) {
491 // Output stubs for dynamically-linked functions
498 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) {
502 MCSymbol *Stub = Stubs[i].first;
503 MCSymbol *RawSym = Stubs[i].second.getPointer();
545 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) {
546 MCSymbol *Stub = Stubs[i].first;
547 MCSymbol *RawSym = Stubs[i].second.getPointer()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 488 // Output stubs for dynamically-linked functions.
489 MachineModuleInfoMachO::SymbolListTy Stubs;
491 Stubs = MMIMacho.GetFnStubList();
492 if (!Stubs.empty()) {
501 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) {
503 OutStreamer.EmitLabel(Stubs[i].first);
505 OutStreamer.EmitSymbolAttribute(Stubs[i].second.getPointer(),
512 Stubs.clear();
516 // Output stubs for external and common global variables.
517 Stubs = MMIMacho.GetGVStubList()
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 199 // External or weakly linked global variables need non-lazily-resolved stubs
    [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 48 public class Stubs {
248 // write out the stubs
339 // There aren't any stub packages set, write all stubs
381 * the stubs. Any such references cause an error to be reported.
385 * excluded from the set of classes for which stubs are required.
623 ". This is usually because doclava has been asked to generate stubs for a file " +
774 // "was automatically written to stubs.\n");
    [all...]
Doclava.java 183 // Create the dependency graph for the stubs directory
289 } else if (a[0].equals("-stubs")) {
563 // Stubs
567 Stubs.writeStubsAndApi(stubsDir, apiFile, dexApiFile, proguardFile, removedApiFile,
846 if (option.equals("-stubs")) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 502 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList();
504 if (!Stubs.empty()) {
509 for (auto &Stub : Stubs)
512 Stubs.clear();
516 Stubs = MMIMacho.GetThreadLocalGVStubList();
517 if (!Stubs.empty()) {
522 for (auto &Stub : Stubs)
525 Stubs.clear();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 595 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList();
597 if (!Stubs.empty()) {
601 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) {
603 OutStreamer.EmitLabel(Stubs[i].first);
605 MachineModuleInfoImpl::StubValueTy &MCSym = Stubs[i].second;
623 Stubs.clear();
627 Stubs = MMIMacho.GetHiddenGVStubList();
628 if (!Stubs.empty()) {
631 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) {
633 OutStreamer.EmitLabel(Stubs[i].first)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 904 milliseconds