| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 73 const ObjectFile *getObject() const; 141 const ObjectFile *getObject() const; 183 assert(isa<ObjectFile>(BasicSymbolRef::getObject())); in SymbolRef() 204 const ObjectFile *getObject() const; 400 return getObject()->getSymbolName(getRawDataRefImpl()); in getName() 408 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue() 424 return getObject()->getSymbolType(getRawDataRefImpl()); in getType() 427 inline const ObjectFile *SymbolRef::getObject() const { in getObject() function 428 const SymbolicFile *O = BasicSymbolRef::getObject(); in getObject() 540 inline const ObjectFile *SectionRef::getObject() const { in getObject() function [all …]
|
| H A D | ELFObjectFile.h | 116 assert(isa<ELFObjectFileBase>(SectionRef::getObject())); in ELFSectionRef() 119 const ELFObjectFileBase *getObject() const { in getObject() function 120 return cast<ELFObjectFileBase>(SectionRef::getObject()); in getObject() 124 return getObject()->getSectionType(getRawDataRefImpl()); in getType() 128 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags() 139 assert(isa<ELFObjectFileBase>(B->getObject())); in elf_section_iterator() 154 assert(isa<ELFObjectFileBase>(SymbolRef::getObject())); in ELFSymbolRef() 157 const ELFObjectFileBase *getObject() const { in getObject() function 162 return getObject()->getSymbolSize(getRawDataRefImpl()); in getSize() 170 return getObject()->getSymbolOther(getRawDataRefImpl()); in getOther() [all …]
|
| H A D | SymbolicFile.h | 140 const SymbolicFile *getObject() const; 212 inline const SymbolicFile *BasicSymbolRef::getObject() const { in getObject() function
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | arc-globals.mm | 6 id getObject(); function 13 id global_obj = getObject(); function 20 id global_obj2 = getObject(); function
|
| H A D | arc-references.mm | 6 id getObject(); function 14 const __strong id &ref1 = getObject(); 20 const __autoreleasing id &ref2 = getObject(); 89 const __strong id &global_ref = getObject(); function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFF_x86_64.cpp | 65 const object::coff_relocation *COFFRel = getObject().getCOFFRelocation(Rel); in addSingleRelocation() 67 if (SymbolIt == getObject().symbol_end()) { in addSingleRelocation() 75 object::COFFSymbolRef COFFSymbol = getObject().getCOFFSymbol(*SymbolIt); in addSingleRelocation() 76 COFFSymbolIndex SymIndex = getObject().getSymbolIndex(COFFSymbol); in addSingleRelocation()
|
| H A D | MachOLinkGraphBuilder.h | 90 const object::MachOObjectFile &getObject() const { return Obj; } in getObject() function 169 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Protocol.cpp | 318 if (auto *TextDocument = O->getObject("textDocument")) { in fromJSON() 325 if (TextDocument->getObject("semanticTokens")) in fromJSON() 362 if (CodeAction->getObject("codeActionLiteralSupport")) in fromJSON() 370 if (auto *Hover = TextDocument->getObject("hover")) { in fromJSON() 394 if (auto *Rename = TextDocument->getObject("rename")) { in fromJSON() 399 if (auto *Workspace = O->getObject("workspace")) { in fromJSON() 400 if (auto *Symbol = Workspace->getObject("symbol")) { in fromJSON() 401 if (auto *SymbolKind = Symbol->getObject("symbolKind")) { in fromJSON() 418 if (auto *Window = O->getObject("window")) { in fromJSON() 424 if (auto *General = O->getObject("general")) { in fromJSON() [all …]
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | DarwinSDKInfo.cpp | 86 if (const auto *VM = Obj->getObject("VersionMap")) { in parseDarwinSDKSettingsJSON() 106 if (const auto *Mapping = VM->getObject("macOS_iOSMac")) { in parseDarwinSDKSettingsJSON() 114 if (const auto *Mapping = VM->getObject("iOSMac_macOS")) { in parseDarwinSDKSettingsJSON()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 592 auto arguments = request.getObject("arguments"); in request_attach() 752 auto arguments = request.getObject("arguments"); in request_continue() 852 auto arguments = request.getObject("arguments"); in request_disconnect() 895 auto arguments = request.getObject("arguments"); in request_exceptionInfo() 1050 auto arguments = request.getObject("arguments"); in request_completions() 1206 auto arguments = request.getObject("arguments"); in request_evaluate() 1306 auto arguments = request.getObject("arguments"); in request_compileUnits() 1645 auto arguments = request.getObject("arguments"); in request_launch() 2055 auto source = arguments->getObject("source"); in request_setBreakpoints() 2387 auto source = arguments->getObject("source"); in request_source() [all …]
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | SarifTest.cpp | 117 Runs->begin()->getAsObject()->getObject("tool")->getObject("driver"); in TEST_F() 184 TheRun->getObject("tool")->getObject("driver"); in TEST_F()
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-block-properties.m | 26 @property (readonly, nonatomic, copy) Test * (^getObject)(int index); 36 self.getObject(0).foo = 2; 49 //CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType Test *}{TypedText getObject}{LeftParen (}{Placeholde…
|
| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | false-positive-suppression.m | 14 - (id)getObject; method 40 testNilReceiverHelperB([[x getObject] getPtr]);
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | BinaryHolder.h | 82 Expected<const object::ObjectFile &> getObject(const Triple &T) const; 88 auto Object = getObject(T); in getObjectAs()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | ObjectCache.h | 37 virtual std::unique_ptr<MemoryBuffer> getObject(const Module* M) = 0;
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 162 if (const auto *ELFObj = dyn_cast<ELF32LEObjectFile>(Sec.getObject())) in getELFSectionLMA() 164 else if (const auto *ELFObj = dyn_cast<ELF32BEObjectFile>(Sec.getObject())) in getELFSectionLMA() 166 else if (const auto *ELFObj = dyn_cast<ELF64LEObjectFile>(Sec.getObject())) in getELFSectionLMA() 168 const auto *ELFObj = cast<ELF64BEObjectFile>(Sec.getObject()); in getELFSectionLMA()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/wchar_t/ |
| H A D | main.cpp | 9 T getObject() { return object; } in getObject() function in Foo
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 58 static Error getObject(const T *&Obj, MemoryBufferRef M, const void *Ptr, in getObject() function 364 if (Error E = getObject(FirstReloc, M, in getNumberOfRelocations() 419 if (Error E = getObject( in initSymbolTablePtr() 425 if (Error E = getObject( in initSymbolTablePtr() 437 if (Error E = getObject(StringTableSizePtr, Data, StringTableAddr)) in initSymbolTablePtr() 816 if (Error E = getObject(COFFHeader, Data, base() + CurPtr)) in initialize() 824 if (Error E = getObject(COFFBigObjHeader, Data, base() + CurPtr)) in initialize() 850 if (Error E = getObject(Header, Data, base() + CurPtr)) in initialize() 868 if (Error E = getObject(DataDirectory, Data, DataDirAddr, DataDirSize)) in initialize() 878 getObject(SectionTable, Data, base() + CurPtr, in initialize() [all …]
|
| H A D | XCOFFObjectFile.cpp | 33 static Expected<const T *> getObject(MemoryBufferRef M, const void *Ptr, in getObject() function 949 getObject<Reloc>(Data, reinterpret_cast<void *>(RelocAddr), in relocations() 982 getObject<char>(Obj->Data, Obj->base() + Offset, Size); in parseStringTable() 1022 auto ImportTableOrErr = getObject<char>( in getImportFileTable() 1057 getObject<void>(Data, Base + CurOffset, Obj->getFileHeaderSize()); in create() 1066 getObject<void>(Data, Base + CurOffset, Obj->getOptionalHeaderSize()); in create() 1079 getObject<void>(Data, Base + CurOffset, SectionHeadersSize); in create() 1104 getObject<void *>(Data, Base + CurOffset, SymbolTableSize); in create()
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-mca/X86/ |
| H A D | TestIncrementalMCA.cpp | 68 auto *BaselineObj = BaselineResult.getObject(SV->getNameAsString()); in TEST_F() 169 auto *BaselineObj = BaselineResult.getObject(SV->getNameAsString()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | JSONTest.cpp | 272 ASSERT_FALSE(O->getObject("missing")); in TEST() 273 ASSERT_FALSE(O->getObject("array")); in TEST() 274 ASSERT_TRUE(O->getObject("object")); in TEST() 275 EXPECT_EQ(*O->getObject("object"), (Object{{"fruit", "banana"}})); in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRCore.cpp | 704 py::object contextObj = location.getContext().getObject(); in pushLocation() 1251 return (*opViewClass)(getRef().getObject()); in createOpView() 1252 return py::cast(PyOpView(getRef().getObject())); in createOpView() 1532 operationObject(operation.getRef().getObject()) {} in PyOpView() 1734 operation.getObject()) in dunderGetItem() 1957 return self.getParentOperation().getObject(); in bindDerived() 2679 return parent->getObject(); in populateIRCore() 2699 return self.getContext().getObject(); in populateIRCore() 2711 return self.getOperation().getContext().getObject(); in populateIRCore() 2898 self.getParentOperation().getObject()); in populateIRCore() [all …]
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectCache/ |
| H A D | LLJITWithObjectCache.cpp | 34 std::unique_ptr<MemoryBuffer> getObject(const Module *M) override { in getObject() function in MyObjectCache
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | os_object_base.h | 59 static OSObject *getObject();
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileUtils.cpp | 74 return ObjCache->getObject(&M); in tryToLoadFromObjectCache()
|