Home
last modified time | relevance | path

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

12345

/external/llvm/tools/llvm-objdump/
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 …]
Dllvm-objdump.cpp326 static const Target *getTarget(const ObjectFile *Obj = nullptr) { in getTarget()
487 static std::error_code getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString()
619 static std::error_code getRelocationValueString(const ELFObjectFileBase *Obj, in getRelocationValueString()
632 static std::error_code getRelocationValueString(const COFFObjectFile *Obj, in getRelocationValueString()
719 static std::error_code getRelocationValueString(const MachOObjectFile *Obj, in getRelocationValueString()
899 const ObjectFile *Obj = Rel.getObject(); in getRelocationValueString() local
912 const ObjectFile *Obj = RelRef.getObject(); in getHidden() local
941 static void DisassembleObject(const ObjectFile *Obj, bool InlineRelocs) { in DisassembleObject()
1297 void llvm::PrintRelocations(const ObjectFile *Obj) { in PrintRelocations()
1327 void llvm::PrintSectionHeaders(const ObjectFile *Obj) { in PrintSectionHeaders()
[all …]
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp69 static int DumpSectionData(MachOObject &Obj, unsigned Index, StringRef Name, in DumpSectionData()
127 static int DumpSegmentCommand(MachOObject &Obj, in DumpSegmentCommand()
163 static int DumpSegment64Command(MachOObject &Obj, in DumpSegment64Command()
200 static void DumpSymbolTableEntryData(MachOObject &Obj, in DumpSymbolTableEntryData()
214 static int DumpSymtabCommand(MachOObject &Obj, in DumpSymtabCommand()
265 static int DumpDysymtabCommand(MachOObject &Obj, in DumpDysymtabCommand()
313 static int DumpLinkeditDataCommand(MachOObject &Obj, in DumpLinkeditDataCommand()
336 static int DumpLoadCommand(MachOObject &Obj, unsigned Index) { in DumpLoadCommand()
/external/llvm/tools/llvm-pdbdump/
DPdbYaml.cpp107 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/llvm/tools/llvm-readobj/
DELFDumper.cpp180 const ELFO *Obj; member in __anon07d3185e0111::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 …]
Dllvm-readobj.cpp324 static std::error_code createDumper(const ObjectFile *Obj, in createDumper()
341 static void dumpObject(const ObjectFile *Obj) { in dumpObject()
451 if (ObjectFile *Obj = dyn_cast<ObjectFile>(&*ChildOrErr.get())) in dumpArchive() local
462 for (const MachOUniversalBinary::ObjectForArch &Obj : UBinary->objects()) { in dumpMachOUniversalBinary() local
492 else if (ObjectFile *Obj = dyn_cast<ObjectFile>(&Binary)) in dumpInput() local
DMachODumper.cpp31 MachODumper(const MachOObjectFile *Obj, ScopedPrinter &Writer) in MachODumper()
62 const MachOObjectFile *Obj; member in __anon3dc312af0111::MachODumper
70 std::error_code createMachODumper(const object::ObjectFile *Obj, in createMachODumper()
304 static void getSection(const MachOObjectFile *Obj, in getSection()
333 static void getSegment(const MachOObjectFile *Obj, in getSegment()
365 static void getSymbol(const MachOObjectFile *Obj, in getSymbol()
433 void MachODumper::printSections(const MachOObjectFile *Obj) { in printSections()
528 void MachODumper::printRelocation(const MachOObjectFile *Obj, in printRelocation()
/external/clang/test/CodeGenObjC/
Dbitfield-gnu.m4 @interface Obj { B *b; } @end interface
5 @implementation Obj @end implementation
/external/llvm/tools/llvm-nm/
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 …]
/external/llvm/tools/dsymutil/
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()
/external/llvm/tools/obj2yaml/
Dobj2yaml.cpp22 static std::error_code dumpObject(const ObjectFile &Obj) { in dumpObject()
42 if (ObjectFile *Obj = dyn_cast<ObjectFile>(&Binary)) in dumpInput() local
Dcoff2yaml.cpp21 const object::COFFObjectFile &Obj; member in __anon50b826be0111::COFFDumper
36 COFFDumper::COFFDumper(const object::COFFObjectFile &Obj) : Obj(Obj) { in COFFDumper()
277 std::error_code coff2yaml(raw_ostream &Out, const object::COFFObjectFile &Obj) { in coff2yaml()
/external/clang/test/Rewriter/
Dobjc-modern-StretAPI-3.mm18 @interface Obj interface
24 @implementation Obj implementation
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h39 const MachOObjectFile &Obj = in processRelocationRef() local
129 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
147 const MachOObjectFile &Obj = in processSECTDIFFRelocation() local
210 Error populateJumpTable(const MachOObjectFile &Obj, in populateJumpTable()
DRuntimeDyldMachOX86_64.h39 const MachOObjectFile &Obj = in processRelocationRef() local
124 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
162 const MachOObjectFile &Obj = in processSubtractRelocation() local
/external/llvm/lib/IR/
DUser.cpp132 User *Obj = reinterpret_cast<User*>(End); in allocateFixedOperandUser() local
158 User *Obj = reinterpret_cast<User *>(HungOffOperandList + 1); in operator new() local
173 User *Obj = static_cast<User *>(Usr); in operator delete() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
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()
DRuntimeDyldMachO.cpp58 const MachOObjectFile &Obj = in processScatteredVANILLA() local
99 const MachOObjectFile &Obj = in getRelocationValueRef() local
161 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress()
179 const MachOObjectFile &Obj, in populateIndirectSymbolPointersSection()
226 RuntimeDyldMachOCRTPBase<Impl>::finalizeLoad(const ObjectFile &Obj, in finalizeLoad()
/external/llvm/include/llvm/Object/
DMachOUniversal.h111 ObjectForArch Obj; variable
113 object_iterator(const ObjectForArch &Obj) : Obj(Obj) {} in object_iterator()
/external/llvm/lib/CodeGen/
DSafeStackLayout.cpp47 void StackLayout::layoutObject(StackObject &Obj) { in layoutObject()
135 for (auto &Obj : StackObjects) in computeLayout() local
/external/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h74 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj, in NotifyObjectEmitted()
79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {} in NotifyFreeingObject()
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DTest.java31 class Obj implements JSONString { in main() class
36 public Obj(String string, double n, boolean b) { in main() method in Test.Obj
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp79 const ObjectFile &Obj, in NotifyObjectEmitted()
117 void OProfileJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject()
/external/llvm/lib/Object/
DModuleSummaryIndexObjectFile.cpp37 ModuleSummaryIndexObjectFile::findBitcodeInObject(const ObjectFile &Obj) { in findBitcodeInObject()
124 object::ModuleSummaryIndexObjectFile &Obj = **ObjOrErr; in getModuleSummaryIndexForFile() local
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp83 static void DumpObjectFile(ObjectFile &Obj, Twine Filename) { in DumpObjectFile()
103 if (auto *Obj = dyn_cast<ObjectFile>(BinOrErr->get())) in DumpInput() local

12345