/external/perfetto/src/base/ |
D | small_vector_unittest.cc | 30 struct Obj { struct 31 explicit Obj(size_t v = 0) : value(v) { in Obj() argument 37 ~Obj() { in ~Obj() 43 Obj(Obj&& other) noexcept { in Obj() argument 52 Obj& operator=(Obj&& other) noexcept { in operator =() 59 Obj(const Obj& other) { in Obj() argument 67 Obj& operator=(const Obj& other) { in operator =() 73 uintptr_t addr = reinterpret_cast<uintptr_t>(this); 74 bool constructed = false; 75 size_t value = 0; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackReader.cpp | 28 Expected<bool> Reader::read(Object &Obj) { in read() 181 template <class T> Expected<bool> Reader::readRaw(Object &Obj) { in readRaw() 191 template <class T> Expected<bool> Reader::readInt(Object &Obj) { in readInt() 201 template <class T> Expected<bool> Reader::readUInt(Object &Obj) { in readUInt() 211 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength() 221 template <class T> Expected<bool> Reader::readExt(Object &Obj) { in readExt() 231 Expected<bool> Reader::createRaw(Object &Obj, uint32_t Size) { in createRaw() 241 Expected<bool> Reader::createExt(Object &Obj, uint32_t Size) { in createExt()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
D | MsgPackReader.cpp | 29 Expected<bool> Reader::read(Object &Obj) { in read() 182 template <class T> Expected<bool> Reader::readRaw(Object &Obj) { in readRaw() 192 template <class T> Expected<bool> Reader::readInt(Object &Obj) { in readInt() 202 template <class T> Expected<bool> Reader::readUInt(Object &Obj) { in readUInt() 212 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength() 222 template <class T> Expected<bool> Reader::readExt(Object &Obj) { in readExt() 232 Expected<bool> Reader::createRaw(Object &Obj, uint32_t Size) { in createRaw() 242 Expected<bool> Reader::createExt(Object &Obj, uint32_t Size) { in createExt()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 161 resolveSectionAndAddress(const COFFObjectFile *Obj, const SymbolRef &Sym, in resolveSectionAndAddress() 196 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() 239 printSEHTable(const COFFObjectFile *Obj, uint32_t TableVA, int Count) { in printSEHTable() 276 static void printTLSDirectory(const COFFObjectFile *Obj) { in printTLSDirectory() 305 static void printLoadConfiguration(const COFFObjectFile *Obj) { in printLoadConfiguration() 349 static void printImportTables(const COFFObjectFile *Obj) { in printImportTables() 395 static void printExportTable(const COFFObjectFile *Obj) { in printExportTable() 447 static bool getPDataSection(const COFFObjectFile *Obj, in getPDataSection() 517 static void printRuntimeFunction(const COFFObjectFile *Obj, in printRuntimeFunction() 540 static void printRuntimeFunctionRels(const COFFObjectFile *Obj, in printRuntimeFunctionRels() [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 72 ObjectFile::createELFObjectFile(MemoryBufferRef Obj, bool InitContent) { in createELFObjectFile() 768 if (const auto *Obj = dyn_cast<ELF32LEObjectFile>(this)) in readDynsymVersions() local 770 if (const auto *Obj = dyn_cast<ELF32BEObjectFile>(this)) in readDynsymVersions() local 772 if (const auto *Obj = dyn_cast<ELF64LEObjectFile>(this)) in readDynsymVersions() local 780 if (const auto *Obj = dyn_cast<ELF32LEObjectFile>(this)) in readBBAddrMap() local 782 if (const auto *Obj = dyn_cast<ELF64LEObjectFile>(this)) in readBBAddrMap() local 784 if (const auto *Obj = dyn_cast<ELF32BEObjectFile>(this)) in readBBAddrMap() local 786 if (const auto *Obj = cast<ELF64BEObjectFile>(this)) in readBBAddrMap() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/ |
D | ELFObjcopy.cpp | 62 static bool onlyKeepDWOPred(const Object &Obj, const SectionBase &Sec) { in onlyKeepDWOPred() 134 Object &Obj, raw_ostream &Out, in createELFWriter() 155 Object &Obj, raw_ostream &Out, in createWriter() 175 Object &Obj) { in dumpSectionToFile() 204 Object &Obj, function_ref<bool(const SectionBase &)> ShouldReplace, in replaceDebugSections() 249 static bool isRequiredByABISymbol(const Object &Obj, const Symbol &Sym) { in isRequiredByABISymbol() 269 const ELFConfig &ELFConfig, Object &Obj) { in updateAndRemoveSymbols() 369 const ELFConfig &ELFConfig, Object &Obj) { in replaceAndRemoveSections() 530 static void addSymbol(Object &Obj, const NewSymbolInfo &SymInfo, in addSymbol() 600 Object &Obj) { in handleArgs() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 162 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl() 177 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl() 258 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl() 264 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl() 277 callNumTrailingObjects(const BaseTy *Obj, in callNumTrailingObjects() 283 static size_t callNumTrailingObjects(const BaseTy *Obj, in callNumTrailingObjects()
|
/external/dokka/core/testdata/classes/ |
D | emptyObject.kt | 1 object Obj { object
|
/external/llvm/tools/llvm-pdbdump/ |
D | PdbYaml.cpp | 107 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) { in mapping() 115 void MappingTraits<MsfHeaders>::mapping(IO &IO, MsfHeaders &Obj) { in mapping() 142 void MappingTraits<PdbInfoStream>::mapping(IO &IO, PdbInfoStream &Obj) { in mapping() 149 void MappingTraits<PdbDbiStream>::mapping(IO &IO, PdbDbiStream &Obj) { in mapping()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 145 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl() 160 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl() 241 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl() 247 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl() 260 callNumTrailingObjects(const BaseTy *Obj, in callNumTrailingObjects() 266 static size_t callNumTrailingObjects(const BaseTy *Obj, in callNumTrailingObjects()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/ |
D | COFFObjcopy.cpp | 34 static uint64_t getNextRVA(const Object &Obj) { in getNextRVA() 60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() 84 static Error addGnuDebugLink(Object &Obj, StringRef DebugLinkFile) { in addGnuDebugLink() 134 const COFFConfig &COFFConfig, Object &Obj) { in handleArgs() 299 Object *Obj = ObjOrErr->get(); in executeObjcopyOnBinary() local
|
D | COFFWriter.h | 25 Object &Obj; variable 55 COFFWriter(Object &Obj, raw_ostream &Out) in COFFWriter()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/ |
D | WasmWriter.h | 22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in Writer() 27 Object &Obj; variable
|
D | WasmObjcopy.cpp | 41 Object &Obj) { in dumpSectionToFile() 60 static void removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() 112 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs() 150 Object *Obj = ObjOrErr->get(); in executeObjcopyOnBinary() local
|
/external/clang/test/CodeGenObjC/ |
D | bitfield-gnu.m | 4 @interface Obj { B *b; } @end interface 5 @implementation Obj @end implementation
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
D | ObjectFileInterface.cpp | 42 const object::MachOObjectFile &Obj) { in getMachOObjectFileSymbolInfo() 99 const object::ELFObjectFileBase &Obj) { in getELFObjectFileSymbolInfo() 153 const object::COFFObjectFile &Obj) { in getCOFFObjectFileSymbolInfo() 235 const object::ObjectFile &Obj) { in getGenericObjectFileSymbolInfo() 275 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer); in getObjectFileInterface() local
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 180 const ELFO *Obj; member in __anon2c372c940111::ELFDumper 384 static std::error_code createELFDumper(const ELFFile<ELFT> *Obj, in createELFDumper() 391 std::error_code createELFDumper(const object::ObjectFile *Obj, in createELFDumper() 496 static void printVersionSymbolSection(ELFDumper<ELFT> *Dumper, const ELFO *Obj, in printVersionSymbolSection() 530 const ELFO *Obj, in printVersionDefinitionSection() 586 const ELFO *Obj, in printVersionDependencySection() 710 getSectionNameIndex(const ELFO &Obj, const typename ELFO::Elf_Sym *Symbol, in getSectionNameIndex() 739 findNotEmptySectionByAddress(const ELFO *Obj, uint64_t Addr) { in findNotEmptySectionByAddress() 747 static const typename ELFO::Elf_Shdr *findSectionByName(const ELFO &Obj, in findSectionByName() 1307 ELFDumper<ELFT>::ELFDumper(const ELFFile<ELFT> *Obj, ScopedPrinter &Writer) in ELFDumper() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 62 LLVMSymbolizer::symbolizeCode(const ObjectFile &Obj, in symbolizeCode() 243 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() 279 const MachOObjectFile *Obj) { in darwinDsymMatchesBinary() 288 Optional<ArrayRef<uint8_t>> getBuildID(const ELFFile<ELFT> *Obj) { in getBuildID() 307 Optional<ArrayRef<uint8_t>> getBuildID(const ELFObjectFileBase *Obj) { in getBuildID() 392 const ObjectFile *Obj, in lookUpDebuglinkObject() 412 const ELFObjectFileBase *Obj, in lookUpBuildIDObject() 444 ObjectFile *Obj = ObjOrErr.get(); in getOrCreateObjectPair() local 503 LLVMSymbolizer::createModuleInfo(const ObjectFile *Obj, in createModuleInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | RemarkLinker.cpp | 24 getRemarksSectionName(const object::ObjectFile &Obj) { in getRemarksSectionName() 33 llvm::remarks::getRemarksSectionContents(const object::ObjectFile &Obj) { in getRemarksSectionContents() 102 Error RemarkLinker::link(const object::ObjectFile &Obj, in link()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 81 LLVMSymbolizer::symbolizeCode(const ObjectFile &Obj, in symbolizeCode() 130 LLVMSymbolizer::symbolizeInlinedCode(const ObjectFile &Obj, in symbolizeInlinedCode() 175 LLVMSymbolizer::symbolizeData(const ObjectFile &Obj, in symbolizeData() 216 LLVMSymbolizer::symbolizeFrame(const ObjectFile &Obj, in symbolizeFrame() 268 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() 301 const MachOObjectFile *Obj) { in darwinDsymMatchesBinary() 344 const ObjectFile *Obj, in lookUpDebuglinkObject() 363 const ELFObjectFileBase *Obj, in lookUpBuildIDObject() 467 ObjectFile *Obj = ObjOrErr.get(); in getOrCreateObjectPair() local 539 LLVMSymbolizer::createModuleInfo(const ObjectFile *Obj, in createModuleInfo() [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Remarks/ |
D | RemarkLinker.cpp | 30 getRemarksSectionName(const object::ObjectFile &Obj) { in getRemarksSectionName() 39 llvm::remarks::getRemarksSectionContents(const object::ObjectFile &Obj) { in getRemarksSectionContents() 108 Error RemarkLinker::link(const object::ObjectFile &Obj, in link()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 266 static char isSymbolList64Bit(SymbolicFile &Obj) { in isSymbolList64Bit() 293 static void darwinPrintSymbol(SymbolicFile &Obj, SymbolListT::iterator I, in darwinPrintSymbol() 599 static void sortAndPrintSymbolList(SymbolicFile &Obj, bool printName, in sortAndPrintSymbolList() 742 static char getSymbolNMTypeChar(ELFObjectFileBase &Obj, in getSymbolNMTypeChar() 790 static char getSymbolNMTypeChar(COFFObjectFile &Obj, symbol_iterator I) { in getSymbolNMTypeChar() 842 static char getSymbolNMTypeChar(MachOObjectFile &Obj, basic_symbol_iterator I) { in getSymbolNMTypeChar() 885 static char getSymbolNMTypeChar(IRObjectFile &Obj, basic_symbol_iterator I) { in getSymbolNMTypeChar() 890 static bool isObject(SymbolicFile &Obj, basic_symbol_iterator I) { in isObject() 896 static char getNMTypeChar(SymbolicFile &Obj, basic_symbol_iterator I) { in getNMTypeChar() 937 static unsigned getNsectForSegSect(MachOObjectFile *Obj) { in getNsectForSegSect() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDataExtractor.h | 21 const DWARFObject *Obj = nullptr; variable 27 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
|
/external/llvm/tools/obj2yaml/ |
D | obj2yaml.cpp | 22 static std::error_code dumpObject(const ObjectFile &Obj) { in dumpObject() 42 if (ObjectFile *Obj = dyn_cast<ObjectFile>(&Binary)) in dumpInput() local
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 125 static void iterateOnSegments(const object::MachOObjectFile &Obj, in iterateOnSegments() 177 static unsigned transferSymbols(const object::MachOObjectFile &Obj, in transferSymbols() 204 getSection(const object::MachOObjectFile &Obj, in getSection() 211 getSection(const object::MachOObjectFile &Obj, in getSection() 228 const object::MachOObjectFile &Obj, MCObjectWriter &Writer, in transferSegmentAndSections() 293 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() 300 static bool hasLinkEditSegment(const object::MachOObjectFile &Obj) { in hasLinkEditSegment()
|