Home
last modified time | relevance | path

Searched refs:ObjectPtr (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp987 ObjectFile *ObjectPtr = ModulePtr->GetObjectFile(); in dumpObjectFiles() local
988 if (!ObjectPtr) { in dumpObjectFiles()
1004 Printer.formatLine("Plugin name: {0}", ObjectPtr->GetPluginName()); in dumpObjectFiles()
1008 Printer.formatLine("Executable: {0}", ObjectPtr->IsExecutable()); in dumpObjectFiles()
1009 Printer.formatLine("Stripped: {0}", ObjectPtr->IsStripped()); in dumpObjectFiles()
1010 Printer.formatLine("Type: {0}", ObjectPtr->GetType()); in dumpObjectFiles()
1011 Printer.formatLine("Strata: {0}", ObjectPtr->GetStrata()); in dumpObjectFiles()
1013 ObjectPtr->GetBaseAddress().GetFileAddress()); in dumpObjectFiles()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h233 ObjectPtr, enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDeclCXX.cpp166 llvm::Type *ObjectPtr[1] = {Int8PtrTy}; in EmitInvariantStart() local
167 llvm::Function *InvariantStart = CGM.getIntrinsic(InvStartID, ObjectPtr); in EmitInvariantStart()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp525 Register ObjectPtr = Call->Arguments[0]; // Pointer (volatile A *object.) in buildAtomicCompareExchangeInst() local
531 assert(GR->getSPIRVTypeForVReg(ObjectPtr)->getOpcode() == in buildAtomicCompareExchangeInst()
538 SPIRVType *SpvObjectPtrTy = GR->getSPIRVTypeForVReg(ObjectPtr); in buildAtomicCompareExchangeInst()
600 .addUse(ObjectPtr) in buildAtomicCompareExchangeInst()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp109 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, ObjectPtr, "this ptr", OS) in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp926 Type* ObjectPtr[1] = {Args[1]}; in UpgradeIntrinsicFunction1() local
927 if (F->getName() != Intrinsic::getName(ID, ObjectPtr, F->getParent())) { in UpgradeIntrinsicFunction1()
929 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr); in UpgradeIntrinsicFunction1()
940 Type* ObjectPtr[1] = {Args[IsLifetimeEnd ? 1 : 2]}; in UpgradeIntrinsicFunction1() local
941 if (F->getName() != Intrinsic::getName(ID, ObjectPtr, F->getParent())) { in UpgradeIntrinsicFunction1()
943 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr); in UpgradeIntrinsicFunction1()
950 Type* ObjectPtr[1] = {Args[0]}; in UpgradeIntrinsicFunction1() local
953 Intrinsic::launder_invariant_group, ObjectPtr); in UpgradeIntrinsicFunction1()
H A DIRBuilder.cpp522 Type *ObjectPtr[1] = {Ptr->getType()}; in CreateInvariantStart() local
525 Intrinsic::getDeclaration(M, Intrinsic::invariant_start, ObjectPtr); in CreateInvariantStart()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp974 if (pdb_data.getDataKind() == PDB_DataKind::ObjectPtr) { in ParseVariableForPDBData()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6947 Value *const ObjectPtr = I.getArgOperand(1); in visitIntrinsicCall() local
6949 getUnderlyingObjects(ObjectPtr, Allocas); in visitIntrinsicCall()
6967 ObjectPtr, Offset, DAG.getDataLayout()) != LifetimeObject) in visitIntrinsicCall()