Searched refs:ObjectPtr (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexresnte.c167 * PARAMETERS: ObjectPtr - Pointer to a location that contains
191 ACPI_NAMESPACE_NODE **ObjectPtr,
209 Node = *ObjectPtr;
224 *ObjectPtr = Node;
398 *ObjectPtr = (void *) ObjDesc;
190 AcpiExResolveNodeToValue( ACPI_NAMESPACE_NODE **ObjectPtr, ACPI_WALK_STATE *WalkState) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectTransformLayer.h73 template <typename ObjectPtr> Error addObject(VModuleKey K, ObjectPtr Obj) {
H A DRTDyldObjectLinkingLayer.h153 using ObjectPtr = std::unique_ptr<MemoryBuffer>;
206 using LegacyRTDyldObjectLinkingLayerBase::ObjectPtr;
411 Error addObject(VModuleKey K, ObjectPtr ObjBuffer) {
H A DRemoteObjectLayer.h304 using ObjectPtr = std::unique_ptr<MemoryBuffer>;
332 addObject(ObjectPtr ObjBuffer,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h233 ObjectPtr, member in class:llvm::pdb::PDB_Checksum::PDB_DataKind
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp165 llvm::Type *ObjectPtr[1] = {Int8PtrTy}; local
166 llvm::Function *InvariantStart = CGM.getIntrinsic(InvStartID, ObjectPtr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp109 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, ObjectPtr, "this ptr", OS)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp657 Type* ObjectPtr[1] = {Args[1]}; local
658 if (F->getName() != Intrinsic::getName(ID, ObjectPtr)) {
660 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr);
671 Type* ObjectPtr[1] = {Args[IsLifetimeEnd ? 1 : 2]}; local
672 if (F->getName() != Intrinsic::getName(ID, ObjectPtr)) {
674 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr);
681 Type* ObjectPtr[1] = {Args[0]}; local
684 Intrinsic::launder_invariant_group, ObjectPtr);
H A DIRBuilder.cpp446 Type *ObjectPtr[1] = {Ptr->getType()}; local
449 Intrinsic::getDeclaration(M, Intrinsic::invariant_start, ObjectPtr);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp961 if (pdb_data.getDataKind() == PDB_DataKind::ObjectPtr) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6596 Value *const ObjectPtr = I.getArgOperand(1); local
6598 GetUnderlyingObjects(ObjectPtr, Allocas, *DL);
6617 ObjectPtr, Offset, DAG.getDataLayout()) != LifetimeObject)

Completed in 153 milliseconds