Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/Orc/
HDObjectTransformLayer.h45 ObjSetHandleT addObjectSet(ObjSetT &Objects, MemoryManagerPtrT MemMgr, in addObjectSet()
HDIRCompileLayer.h65 OwningObjectVec Objects; in addModuleSet() local
HDObjectLinkingLayer.h177 ObjSetHandleT addObjectSet(const ObjSetT &Objects, in addObjectSet()
/NextBSD/contrib/llvm/tools/llvm-symbolizer/
HDLLVMSymbolize.h138 std::map<SymbolDesc, StringRef> Objects; variable
HDLLVMSymbolize.cpp450 ObjectPair Objects = getOrCreateObjects(BinaryName, ArchName); in getOrCreateModuleInfo() local
/NextBSD/sys/contrib/dev/acpica/components/debugger/
HDdbexec.c100 ACPI_OBJECT *Objects) in AcpiDbDeleteObjects()
/NextBSD/sys/contrib/dev/acpica/components/events/
HDevregion.c800 ACPI_OBJECT Objects[2]; in AcpiEvOrphanEcRegMethod() local
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h131 std::vector<StackObject> Objects; variable
/NextBSD/contrib/llvm/lib/CodeGen/
HDScheduleDAGInstrs.cpp99 SmallVectorImpl<Value *> &Objects, in getUnderlyingObjects()
136 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDInlineFunction.cpp519 SmallVector<Value *, 4> Objects; in AddAliasScopeMetadata() local
/NextBSD/contrib/llvm/lib/Analysis/
HDInstructionSimplify.cpp2092 auto IsNAC = [](SmallVectorImpl<Value *> &Objects) { in computePointerICmp()
2103 auto IsAllocDisjoint = [](SmallVectorImpl<Value *> &Objects) { in computePointerICmp()
HDValueTracking.cpp2826 void llvm::GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects, in GetUnderlyingObjects()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp134 llvm::AllocaInst *Objects = CreateMemTemp(ElementArrayType, "objects"); in EmitObjCCollectionLiteral() local
/NextBSD/sys/contrib/dev/acpica/include/
HDaclocal.h1319 UINT32 Objects; member
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp717 CXXRecordDecl *RD, llvm::SmallVectorImpl<CXXRecordDecl *> &Objects) { in getUnambiguousPublicSubobjects()