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

/freebsd-11-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-11-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.h140 using ObjectPtr = std::unique_ptr<MemoryBuffer>;
193 using LegacyRTDyldObjectLinkingLayerBase::ObjectPtr;
391 Error addObject(VModuleKey K, ObjectPtr ObjBuffer) {
H A DRemoteObjectLayer.h304 using ObjectPtr = std::unique_ptr<MemoryBuffer>;
332 addObject(ObjectPtr ObjBuffer,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h231 ObjectPtr, member in class:llvm::pdb::PDB_Checksum::PDB_DataKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp451 Type *ObjectPtr[1] = {Ptr->getType()}; local
454 Intrinsic::getDeclaration(M, Intrinsic::invariant_start, ObjectPtr);
H A DAutoUpgrade.cpp648 Type* ObjectPtr[1] = {Args[1]}; local
649 if (F->getName() != Intrinsic::getName(ID, ObjectPtr)) {
651 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr);
662 Type* ObjectPtr[1] = {Args[IsLifetimeEnd ? 1 : 2]}; local
663 if (F->getName() != Intrinsic::getName(ID, ObjectPtr)) {
665 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr);
672 Type* ObjectPtr[1] = {Args[0]}; local
675 Intrinsic::launder_invariant_group, ObjectPtr);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp164 llvm::Type *ObjectPtr[1] = {Int8PtrTy}; local
165 llvm::Function *InvariantStart = CGM.getIntrinsic(InvStartID, ObjectPtr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp109 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, ObjectPtr, "this ptr", OS)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp959 if (pdb_data.getDataKind() == PDB_DataKind::ObjectPtr) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6688 Value *const ObjectPtr = I.getArgOperand(1); local
6690 GetUnderlyingObjects(ObjectPtr, Allocas, *DL);
6709 ObjectPtr, Offset, DAG.getDataLayout()) != LifetimeObject)

Completed in 307 milliseconds