Home
last modified time | relevance | path

Searched defs:Obj (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/perfetto/src/base/
H A Dsmall_vector_unittest.cc30 struct Obj { struct
31 explicit Obj(size_t v = 0) : value(v) { in Obj() function
37 ~Obj() { in ~Obj()
43 Obj(Obj&& other) noexcept { in Obj() function
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 …]
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp180 const ELFO *Obj; member in __anoncf45b2140111::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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp28 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp29 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()
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp161 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp62 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 …]
/aosp_15_r20/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp266 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DELFObjectFile.cpp72 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp81 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp62 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTrailingObjects.h162 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DTrailingObjects.h145 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DTrailingObjects.h145 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DTrailingObjects.h145 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DTrailingObjects.h145 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DTrailingObjects.h145 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp182 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl()
472 const ObjectFile *Obj = Section.getObject(); in isRequiredForExecution() local
495 const ObjectFile *Obj = Section.getObject(); in isReadOnlyData() local
513 const ObjectFile *Obj = Section.getObject(); in isZeroInit() local
527 const ObjectFile *Obj = Section.getObject(); in isTLS() local
536 const ObjectFile &Obj, uint64_t &CodeSize, Align &CodeAlign, in computeTotalAllocSize()
650 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) { in computeGOTSize()
668 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj, in computeSectionStubBufSize()
745 Error RuntimeDyldImpl::emitCommonSymbols(const ObjectFile &Obj, in emitCommonSymbols()
801 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection()
[all …]
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp125 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp55 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections()
86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()
95 Object &Obj) { in updateAndRemoveSymbols()
149 static Error processLoadCommands(const MachOConfig &MachOConfig, Object &Obj) { in processLoadCommands()
279 Object &Obj) { in dumpSectionToFile()
300 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection()
393 const MachOConfig &MachOConfig, Object &Obj) { in handleArgs()
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp174 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl()
354 const ObjectFile *Obj = Section.getObject(); in isRequiredForExecution() local
377 const ObjectFile *Obj = Section.getObject(); in isReadOnlyData() local
395 const ObjectFile *Obj = Section.getObject(); in isZeroInit() local
410 Error RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj, in computeTotalAllocSize()
504 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj, in computeSectionStubBufSize()
568 Error RuntimeDyldImpl::emitCommonSymbols(const ObjectFile &Obj, in emitCommonSymbols()
652 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection()
753 RuntimeDyldImpl::findOrEmitSection(const ObjectFile &Obj, in findOrEmitSection()
1026 RuntimeDyld::loadObject(const ObjectFile &Obj) { in loadObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp180 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl()
459 const ObjectFile *Obj = Section.getObject(); in isRequiredForExecution() local
482 const ObjectFile *Obj = Section.getObject(); in isReadOnlyData() local
500 const ObjectFile *Obj = Section.getObject(); in isZeroInit() local
515 Error RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj, in computeTotalAllocSize()
625 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) { in computeGOTSize()
643 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj, in computeSectionStubBufSize()
717 Error RuntimeDyldImpl::emitCommonSymbols(const ObjectFile &Obj, in emitCommonSymbols()
772 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection()
890 RuntimeDyldImpl::findOrEmitSection(const ObjectFile &Obj, in findOrEmitSection()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/gosym/
Dsymtab.go139 Obj *Obj member
153 type Obj struct { struct
155 Funcs []Func
161 Paths []Sym // meta
653 func (o *Obj) lineFromAline(aline int) (string, int) {
695 func (o *Obj) alineFromLine(path string, line int) (int, error) {
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp34 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp187 getLoadCommandInfo(const MachOObjectFile &Obj, const char *Ptr, in getLoadCommandInfo()
202 getFirstLoadCommandInfo(const MachOObjectFile &Obj) { in getFirstLoadCommandInfo()
212 getNextLoadCommandInfo(const MachOObjectFile &Obj, uint32_t LoadCommandIndex, in getNextLoadCommandInfo()
224 static void parseHeader(const MachOObjectFile &Obj, T &Header, in parseHeader()
278 const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, in parseSegmentLoadCommand()
401 static Error checkSymtabCommand(const MachOObjectFile &Obj, in checkSymtabCommand()
459 static Error checkDysymtabCommand(const MachOObjectFile &Obj, in checkDysymtabCommand()
592 static Error checkLinkeditDataCommand(const MachOObjectFile &Obj, in checkLinkeditDataCommand()
630 static Error checkDyldInfoCommand(const MachOObjectFile &Obj, in checkDyldInfoCommand()
729 static Error checkDylibCommand(const MachOObjectFile &Obj, in checkDylibCommand()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/debug/
Dheapdump_test.go35 type Obj struct { struct
36 x, y int
39 func objfin(x *Obj) {

12345678910>>...21