Home
last modified time | relevance | path

Searched defs:Objects (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenHwModes.cpp33 std::vector<Record*> Objects = R->getValueAsListOfDefs("Objects"); in HwModeSelect() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DComparisonCategories.h106 Objects; variable
/freebsd-12-stable/sys/contrib/dev/acpica/components/events/
Devregion.c988 ACPI_OBJECT Objects[2]; in AcpiEvOrphanEcRegMethod() local
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
Ddbexec.c212 ACPI_OBJECT *Objects) in AcpiDbDeleteObjects()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DMemoryOpRemark.cpp352 SmallVector<Value *, 2> Objects; in visitPtr() local
DCodeExtractor.cpp1084 bool InsertBefore) { in insertLifetimeMarkersSurroundingCall()
DInlineFunction.cpp1076 SmallVector<const Value *, 4> Objects; in AddAliasScopeMetadata() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp578 ObjectPair Objects = ObjectsOrErr.get(); in getOrCreateModuleInfo() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h213 std::vector<StackObject> Objects; variable
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp682 std::vector<std::string> Objects; in main() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DGlobalsModRef.cpp919 SmallVector<const Value*, 4> Objects; in getModRefInfoForArgument() local
DInstructionSimplify.cpp2596 auto IsNAC = [](ArrayRef<const Value *> Objects) { in computePointerICmp()
2606 auto IsAllocDisjoint = [](ArrayRef<const Value *> Objects) { in computePointerICmp()
DValueTracking.cpp4402 SmallVectorImpl<const Value *> &Objects, in getUnderlyingObjects()
4473 SmallVectorImpl<Value *> &Objects) { in getUnderlyingObjectsForCodeGen()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWP/
DDWP.cpp568 SmallVector<OwningBinary<object::ObjectFile>, 128> Objects; in write() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp130 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp3554 std::vector<FrameObject> &Objects; member in __anon84dbb9b10911::GroupBuilder
3557 GroupBuilder(std::vector<FrameObject> &Objects) : Objects(Objects) {} in GroupBuilder()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp394 SmallVectorImpl<Value *> &Objects, in getAssumedUnderlyingObjects()
401 bool) -> bool { in getAssumedUnderlyingObjects()
5236 SmallVector<Value *, 8> Objects; in handleLoad() local
6061 SmallVector<Value *, 8> Objects; in updateImpl() local
7660 SmallVector<Value *, 8> Objects; in categorizePtrValue() local
DAttributor.cpp293 SmallVector<Value *, 8> Objects; in getPotentialCopiesOfStoredValue() local
DOpenMPOpt.cpp3337 SmallVector<const Value *> Objects; in updateImpl() local
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Daclocal.h1555 UINT32 Objects; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp153 Address Objects = CreateMemTemp(ElementArrayType, "objects"); in EmitObjCCollectionLiteral() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp943 CXXRecordDecl *RD, llvm::SmallVectorImpl<CXXRecordDecl *> &Objects) { in getUnambiguousPublicSubobjects()