HomeSort by: relevance | last modified time | path
    Searched defs:Objects (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenHwModes.cpp 33 std::vector<Record*> Objects = R->getValueAsListOfDefs("Objects");
34 if (Modes.size() != Objects.size()) {
36 " derived from HwModeSelect: the lists Modes and Objects should "
42 Items.push_back(std::make_pair(ModeId, Objects[i]));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AutoInitRemark.cpp 187 SmallVector<const Value *, 2> Objects;
188 getUnderlyingObjects(Dst, Objects);
190 for (const Value *V : Objects)
InlineFunction.cpp 1048 // We need to check the underlying objects of all arguments, not just
1069 // repeated in the Objects list.
1075 SmallVector<const Value *, 4> Objects;
1076 getUnderlyingObjects(V, Objects, /* LI = */ nullptr);
1078 for (const Value *O : Objects)
1121 // 1. The noalias argument is not in the set of objects from which we
1149 // underlying objects. If there is some non-noalias argument in our list
1150 // of underlying objects, then we cannot add a scope because the fact
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
arraytypes.h 28 typedef Array<class RootObject *> Objects;
  /src/sys/external/bsd/acpica/dist/events/
evregion.c 825 * DESCRIPTION: Run _REG method for region objects of the requested spaceID
853 * We only care about regions and objects that are allowed to have
917 ACPI_OBJECT Objects[2];
963 Args.Pointer = Objects;
964 Objects[0].Type = ACPI_TYPE_INTEGER;
965 Objects[0].Integer.Value = SpaceId;
966 Objects[1].Type = ACPI_TYPE_INTEGER;
967 Objects[1].Integer.Value = ACPI_REG_CONNECT;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComparisonCategories.h 105 Objects;
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
BinaryHolder.h 48 /// Base class shared by cached entries, representing objects and archives.
71 Result.reserve(Objects.size());
72 for (auto &Object : Objects) {
95 std::vector<std::unique_ptr<object::ObjectFile>> Objects;
131 /// Cache of static archives. Objects that are part of a static archive are
136 /// Object entries for objects that are not in a static archive.
MachODebugMapParser.cpp 361 auto Objects = ObjectEntry->getObjectsAs<MachOObjectFile>();
362 if (!Objects) {
363 auto Err = Objects.takeError();
370 for (const auto *Object : *Objects)
386 auto Objects = ObjectEntry->getObjectsAs<MachOObjectFile>();
387 if (!Objects) {
388 return errorToErrorCode(Objects.takeError());
392 for (const auto *Object : *Objects)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 541 for (auto &ObjForArch : Fat->objects()) {
676 std::vector<std::string> Objects;
679 llvm::append_range(Objects, Objs);
684 for (auto Object : Objects)
687 for (auto Object : Objects)
690 for (auto Object : Objects)
693 for (auto Object : Objects)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
llvm-gsymutil.cpp 366 for (auto &ObjForArch : Fat->objects()) {
411 std::vector<std::string> Objects;
421 llvm::append_range(Objects, Objs);
423 for (auto Object : Objects) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 577 ObjectPair Objects = ObjectsOrErr.get();
582 if (auto CoffObject = dyn_cast<COFFObjectFile>(Objects.first)) {
592 if (auto Err = loadDataForEXE(ReaderType, Objects.first->getFileName(),
602 Context = DWARFContext::create(*Objects.second, nullptr, Opts.DWPName);
603 return createModuleInfo(Objects.first, std::move(Context), ModuleName);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
GlobalsModRef.cpp 42 STATISTIC(NumIndirectGlobalVars, "Number of indirect global objects");
919 SmallVector<const Value*, 4> Objects;
920 getUnderlyingObjects(A, Objects);
922 // All objects must be identified.
923 if (!all_of(Objects, isIdentifiedObject) &&
924 // Try ::alias to see if all objects are known not to alias GV.
925 !all_of(Objects, [&](const Value *V) {
932 if (is_contained(Objects, GV))
936 // We identified all objects in the argument list, and none of them were GV.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp 677 SmallVector<OwningBinary<object::ObjectFile>, 128> Objects;
678 Objects.reserve(Inputs.size());
688 Objects.push_back(std::move(*ErrOrObj));
867 // Create all the MC Objects.
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 82 /// of abstract objects on the stack frame.
85 /// objects requested clients. These identifiers are negative integers for
86 /// fixed stack objects (such as arguments passed on the stack) or nonnegative
87 /// for objects that may be reordered. Instructions which refer to stack
88 /// objects use a special MO_FrameIndex operand to represent these frame
96 /// variable sized stack objects, it is safe to decide whether there will be
97 /// any variable sized objects before all stack objects are known (for
99 /// objects).
138 // default, fixed objects are immutable unless marked otherwise
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 60 // | SVE stack objects |
96 // area to allow SVE stack objects (allocated directly below the callee-saves,
112 // calling another function. If we do not have variable-sized stack objects, we
185 static cl::opt<bool> OrderFrameObjects("aarch64-order-frame-objects",
1187 "unexpected function without stack frame but with SVE objects");
1470 // stack pointer is at this point. Any variable size objects will be allocated
2029 // Use frame pointer to reference fixed objects. Use it for locals if
2060 // If we have variable sized objects, we can use either FP or BP, as the
2096 "non-argument/CSR objects cannot be accessed through the frame pointer");
2134 "Can't use SP when we have var sized objects.")
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 153 Address Objects = CreateMemTemp(ElementArrayType, "objects");
170 LValue LV = MakeAddrLValue(Builder.CreateConstArrayGEP(Objects, i),
188 LValue ValueLV = MakeAddrLValue(Builder.CreateConstArrayGEP(Objects, i),
204 Args.add(RValue::get(Objects.getPointer()), ArgQT);
231 // The above message send needs these objects, but in ARC they are
333 // It's never necessary for class objects.
367 /// behavior; if that's dynamically a large proportion of all objects, using
1213 // always objects so we don't need to worry about complex or
1332 /// the Cpp API for atomic Cpp objects with non-trivial copy assignment
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 75 * Predefined handles for the mutex objects used within the subsystem
76 * All mutex objects are automatically created by AcpiUtMutexInitialize.
382 * Secondary information structures for ACPI predefined objects that return
383 * package objects. This structure appears as the next entry in the table
527 /* Notify info for implicit notify, multiple device objects */
701 * Update state - used to traverse complex objects such as packages
1459 UINT32 Objects;

Completed in 48 milliseconds