Home
last modified time | relevance | path

Searched refs:Objects (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h212 std::vector<StackObject> Objects; variable
473 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
480 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
513 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
531 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
537 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
543 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
549 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
739 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
746 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp57 Objects.push_back(StackObject(Size, Alignment, 0, false, IsSpillSlot, Alloca, in CreateStackObject()
59 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateStackObject()
69 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateSpillStackObject()
78 Objects.push_back(StackObject(0, Alignment, 0, false, false, Alloca, true)); in CreateVariableSizedObject()
80 return (int)Objects.size()-NumFixedObjects-1; in CreateVariableSizedObject()
95 Objects.insert(Objects.begin(), in CreateFixedObject()
108 Objects.insert(Objects.begin(), in CreateFixedSpillStackObject()
213 if (Objects.empty()) return; in print()
220 for (unsigned i = 0, e = Objects.size(); i != e; ++i) { in print()
221 const StackObject &SO = Objects[i]; in print()
H A DScheduleDAGInstrs.cpp132 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr() argument
156 Objects.emplace_back(PSV, MayAlias); in getUnderlyingObjectsForInstr()
164 Objects.emplace_back(V, true); in getUnderlyingObjectsForInstr()
173 Objects.clear(); in getUnderlyingObjectsForInstr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h42 ArgVector &Objects; variable
69 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, in LVReaderHandler() argument
71 : Objects(Objects), W(W), OS(W.getOStream()) { in LVReaderHandler()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp117 std::vector<std::string> Objects; in main() local
120 Objects.insert(Objects.end(), Objs.begin(), Objs.end()); in main()
125 LVReaderHandler ReaderHandler(Objects, W, ReaderOptions); in main()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp76 Objects, [&](ValueInfo const &Info) { return Info.Kind == ValueKind; }); in lookupValueInfo()
77 if (It != Objects.end()) in lookupValueInfo()
86 Objects.emplace_back(ValueKind, cast<VarDecl>(Lookup.front())); in lookupValueInfo()
87 return &Objects.back(); in lookupValueInfo()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenHwModes.cpp46 std::vector<Record*> Objects = R->getValueAsListOfDefs("Objects"); in HwModeSelect() local
47 if (Modes.size() != Objects.size()) { in HwModeSelect()
55 Items.push_back(std::make_pair(ModeId, Objects[i])); in HwModeSelect()
/freebsd-14.2/sys/contrib/dev/acpica/components/events/
H A Devregion.c1025 ACPI_OBJECT Objects[2]; in AcpiEvExecuteOrphanRegMethod() local
1071 Args.Pointer = Objects; in AcpiEvExecuteOrphanRegMethod()
1072 Objects[0].Type = ACPI_TYPE_INTEGER; in AcpiEvExecuteOrphanRegMethod()
1073 Objects[0].Integer.Value = SpaceId; in AcpiEvExecuteOrphanRegMethod()
1074 Objects[1].Type = ACPI_TYPE_INTEGER; in AcpiEvExecuteOrphanRegMethod()
1075 Objects[1].Integer.Value = ACPI_REG_CONNECT; in AcpiEvExecuteOrphanRegMethod()
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c212 ACPI_OBJECT *Objects) in AcpiDbDeleteObjects() argument
219 switch (Objects[i].Type) in AcpiDbDeleteObjects()
223 ACPI_FREE (Objects[i].Buffer.Pointer); in AcpiDbDeleteObjects()
230 AcpiDbDeleteObjects (Objects[i].Package.Count, in AcpiDbDeleteObjects()
231 Objects[i].Package.Elements); in AcpiDbDeleteObjects()
235 ACPI_FREE (Objects[i].Package.Elements); in AcpiDbDeleteObjects()
H A Ddbnames.c1049 Info->Objects++; in AcpiDbIntegrityWalk()
1085 Info.Nodes, Info.Objects); in AcpiDbCheckIntegrity()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp857 std::vector<std::string> Objects; in main() local
861 Objects.push_back(F); in main()
863 llvm::append_range(Objects, *DsymObjectsOrErr); in main()
871 for (StringRef Object : Objects) in main()
874 for (StringRef Object : Objects) in main()
877 for (StringRef Object : Objects) in main()
880 for (StringRef Object : Objects) in main()
883 for (StringRef Object : Objects) in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp357 SmallVector<Value *, 2> Objects; in visitPtr() local
358 getUnderlyingObjectsForCodeGen(Ptr, Objects); in visitPtr()
360 for (const Value *V : Objects) in visitPtr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp628 ObjectPair Objects = ObjectsOrErr.get(); in getOrCreateModuleInfo() local
633 if (auto CoffObject = dyn_cast<COFFObjectFile>(Objects.first)) { in getOrCreateModuleInfo()
644 if (auto Err = loadDataForEXE(ReaderType, Objects.first->getFileName(), in getOrCreateModuleInfo()
660 *Objects.second, DWARFContext::ProcessDebugRelocations::Process, in getOrCreateModuleInfo()
663 createModuleInfo(Objects.first, std::move(Context), ModuleName); in getOrCreateModuleInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp906 SmallVector<const Value*, 4> Objects; in getModRefInfoForArgument() local
907 getUnderlyingObjects(A, Objects); in getModRefInfoForArgument()
910 if (!all_of(Objects, isIdentifiedObject) && in getModRefInfoForArgument()
912 !all_of(Objects, [&](const Value *V) { in getModRefInfoForArgument()
919 if (is_contained(Objects, GV)) in getModRefInfoForArgument()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dxenix76 >0x1e leshort &0x120 Huge Objects Enabled
103 >0x1e leshort &0x102 Huge Objects Enabled
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp199 SmallVectorImpl<ValueType> &Objects) const;
526 SmallVectorImpl<ValueType> &Objects) const { in getUnderlyingObjects()
535 Objects.push_back(PSV); in getUnderlyingObjects()
547 Objects.push_back(UValue); in getUnderlyingObjects()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOBJ_nid2obj.pod111 Objects in OpenSSL can have a short name, a long name and a numerical
129 Objects which are not in the table have the NID value NID_undef.
131 Objects do not need to be in the internal tables to be processed,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h107 Objects; variable
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacdebug.h480 ACPI_OBJECT *Objects);
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dprovider-object.pod53 Objects I<by value> can be used by anything that handles DER encoded
56 Objects I<by reference> need a higher level of cooperation from the
H A Dopenssl-threads.pod50 Objects are thread-safe
/freebsd-14.2/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.def132 .%T Definitions of Managed Objects for Network Time Protocol Version 4: (NTPv4)
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp636 SmallVector<OwningBinary<object::ObjectFile>, 128> Objects; in write() local
637 Objects.reserve(Inputs.size()); in write()
651 Objects.push_back(std::move(*ErrOrObj)); in write()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h716 SmallVectorImpl<const Value *> &Objects,
722 SmallVectorImpl<Value *> &Objects);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp278 for (std::string &Object : Objects) { in createReaders()

12