Searched refs:Objects (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h125 /// Objects - The list of stack objects allocated...
127 std::vector<StackObject> Objects; member in class:llvm::MachineFrameInfo
131 /// Objects list, this is also the index to the 0th object in the list.
149 /// offsets for all of the fixed size objects, updating the Objects list
253 bool hasStackObjects() const { return !Objects.empty(); }
290 int getObjectIndexEnd() const { return (int)Objects.size()-NumFixedObjects; }
297 unsigned getNumObjects() const { return Objects.size(); }
302 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true;
345 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() &&
347 return Objects[ObjectId
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DLeakDetector.cpp25 static ManagedStatic<LeakDetectorImpl<void> > Objects; variable
28 Objects->clear();
34 Objects->addGarbage(Object);
44 Objects->removeGarbage(Object);
57 Objects->setName("GENERIC");
61 if (Objects->hasGarbage(Message) |
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h158 SmallVectorImpl<Value *> &Objects,
/freebsd-9.3-release/sys/contrib/dev/acpica/debugger/
H A Ddbexec.c104 ACPI_OBJECT *Objects);
384 * Objects - Array of ACPI_OBJECTs to be deleted
396 ACPI_OBJECT *Objects)
403 switch (Objects[i].Type)
406 ACPI_FREE (Objects[i].Buffer.Pointer);
413 AcpiDbDeleteObjects (Objects[i].Package.Count,
414 Objects[i].Package.Elements);
418 ACPI_FREE (Objects[i].Package.Elements);
394 AcpiDbDeleteObjects( UINT32 Count, ACPI_OBJECT *Objects) argument
H A Ddbnames.c102 * Arguments for the Objects command
585 "Objects of type [%s] defined in the current ACPI Namespace:\n",
675 Info->Objects++;
710 AcpiOsPrintf ("Verified %u namespace nodes with %u Objects\n",
711 Info.Nodes, Info.Objects);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp499 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP,
501 int Index = (int)Objects.size() - NumFixedObjects - 1;
518 int Index = (int)Objects.size() - NumFixedObjects - 1;
535 Objects.push_back(StackObject(0, Alignment, 0, false, false, true, Alloca));
537 return (int)Objects.size()-NumFixedObjects-1;
558 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable,
646 if (Objects.empty()) return;
651 OS << "Frame Objects:\n";
653 for (unsigned i = 0, e = Objects
[all...]
H A DScheduleDAGInstrs.cpp94 SmallVectorImpl<Value *> &Objects) {
116 Objects.push_back(const_cast<Value *>(V));
129 UnderlyingObjectsVector &Objects) {
153 Objects.clear();
159 Objects.clear();
163 Objects.push_back(UnderlyingObjectsVector::value_type(V, MayAlias));
93 getUnderlyingObjects(const Value *V, SmallVectorImpl<Value *> &Objects) argument
127 getUnderlyingObjectsForInstr(const MachineInstr *MI, const MachineFrameInfo *MFI, UnderlyingObjectsVector &Objects) argument
/freebsd-9.3-release/sys/contrib/dev/acpica/events/
H A Devregion.c1257 ACPI_OBJECT Objects[2]; local
1327 Args.Pointer = Objects;
1328 Objects[0].Type = ACPI_TYPE_INTEGER;
1329 Objects[0].Integer.Value = ACPI_ADR_SPACE_EC;
1330 Objects[1].Type = ACPI_TYPE_INTEGER;
1331 Objects[1].Integer.Value = ACPI_REG_CONNECT;
/freebsd-9.3-release/contrib/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.h120 SymbolMapTy Objects; member in class:llvm::symbolize::ModuleInfo
H A DLLVMSymbolize.cpp87 SymbolMapTy &M = SymbolType == SymbolRef::ST_Function ? Functions : Objects;
96 const SymbolMapTy &M = Type == SymbolRef::ST_Function ? Functions : Objects;
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp167 SmallVectorImpl<const Value *> &Objects) const;
466 SmallVectorImpl<const Value *> &Objects) const {
483 Objects.push_back(*I);
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Daclocal.h1221 UINT32 Objects; member in struct:acpi_integrity_info
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp109 llvm::Value *Objects = CreateMemTemp(ElementArrayType, "objects"); local
126 LValue LV = LValue::MakeAddr(Builder.CreateStructGEP(Objects, i),
148 LValue ValueLV = LValue::MakeAddr(Builder.CreateStructGEP(Objects, i),
166 Args.add(RValue::get(Objects), ArgQT);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1929 SmallVectorImpl<Value *> &Objects,
1954 Objects.push_back(P);
1928 GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects, const DataLayout *TD, unsigned MaxLookup) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h2939 ExprWithCleanups(Expr *SubExpr, ArrayRef<CleanupObject> Objects);

Completed in 232 milliseconds