Home
last modified time | relevance | path

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

123456789

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp104 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) { in mapping()
116 void MappingTraits<MSFHeaders>::mapping(IO &IO, MSFHeaders &Obj) { in mapping()
142 void MappingTraits<PdbInfoStream>::mapping(IO &IO, PdbInfoStream &Obj) { in mapping()
150 void MappingTraits<PdbDbiStream>::mapping(IO &IO, PdbDbiStream &Obj) { in mapping()
162 pdb::yaml::PdbTpiStream &Obj) { in mapping()
168 IO &IO, pdb::yaml::PdbPublicsStream &Obj) { in mapping()
173 NamedStreamMapping &Obj) { in mapping()
178 void MappingTraits<PdbModiStream>::mapping(IO &IO, PdbModiStream &Obj) { in mapping()
183 void MappingTraits<PdbDbiModuleInfo>::mapping(IO &IO, PdbDbiModuleInfo &Obj) { in mapping()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp161 static Error resolveSectionAndAddress(const COFFObjectFile *Obj, in resolveSectionAndAddress()
195 getSectionContents(const COFFObjectFile *Obj, in getSectionContents()
272 static void printTLSDirectory(const COFFObjectFile *Obj) { in printTLSDirectory()
303 static void printLoadConfiguration(const COFFObjectFile *Obj) { in printLoadConfiguration()
350 static void printImportTables(const COFFObjectFile *Obj) { in printImportTables()
396 static void printExportTable(const COFFObjectFile *Obj) { in printExportTable()
448 static bool getPDataSection(const COFFObjectFile *Obj, in getPDataSection()
530 static void printRuntimeFunction(const COFFObjectFile *Obj, in printRuntimeFunction()
553 static void printRuntimeFunctionRels(const COFFObjectFile *Obj, in printRuntimeFunctionRels()
599 void objdump::printCOFFUnwindInfo(const COFFObjectFile *Obj) { in printCOFFUnwindInfo()
[all …]
H A DXCOFFDump.cpp22 Error objdump::getXCOFFRelocationValueString(const XCOFFObjectFile *Obj, in getXCOFFRelocationValueString()
47 objdump::getXCOFFSymbolCsectSMC(const XCOFFObjectFile *Obj, in getXCOFFSymbolCsectSMC()
57 bool objdump::isLabel(const XCOFFObjectFile *Obj, const SymbolRef &Sym) { in isLabel()
H A DELFDump.cpp56 static Error getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString()
130 Error objdump::getELFRelocationValueString(const ELFObjectFileBase *Obj, in getELFRelocationValueString()
144 static uint64_t getSectionLMA(const ELFFile<ELFT> &Obj, in getSectionLMA()
210 static void printProgramHeaders(const ELFFile<ELFT> &Obj, StringRef FileName) { in printProgramHeaders()
360 void objdump::printELFFileHeader(const object::ObjectFile *Obj) { in printELFFileHeader()
371 void objdump::printELFDynamicSection(const object::ObjectFile *Obj) { in printELFDynamicSection()
382 void objdump::printELFSymbolVersionInfo(const object::ObjectFile *Obj) { in printELFSymbolVersionInfo()
H A DWasmDump.cpp22 void objdump::printWasmFileHeader(const object::ObjectFile *Obj) { in printWasmFileHeader()
31 Error objdump::getWasmRelocationValueString(const WasmObjectFile *Obj, in getWasmRelocationValueString()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp72 LLVMSymbolizer::symbolizeCode(const ObjectFile &Obj, in symbolizeCode()
115 LLVMSymbolizer::symbolizeInlinedCode(const ObjectFile &Obj, in symbolizeInlinedCode()
154 LLVMSymbolizer::symbolizeData(const ObjectFile &Obj, in symbolizeData()
189 LLVMSymbolizer::symbolizeFrame(const ObjectFile &Obj, in symbolizeFrame()
313 const MachOObjectFile *Obj) { in darwinDsymMatchesBinary()
322 Optional<ArrayRef<uint8_t>> getBuildID(const ELFFile<ELFT> &Obj) { in getBuildID()
340 Optional<ArrayRef<uint8_t>> getBuildID(const ELFObjectFileBase *Obj) { in getBuildID()
427 const ObjectFile *Obj, in lookUpDebuglinkObject()
479 ObjectFile *Obj = ObjOrErr.get(); in getOrCreateObjectPair() local
538 LLVMSymbolizer::createModuleInfo(const ObjectFile *Obj, in createModuleInfo()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp65 static bool onlyKeepDWOPred(const Object &Obj, const SectionBase &Sec) { in onlyKeepDWOPred()
137 Object &Obj, raw_ostream &Out, in createELFWriter()
158 Object &Obj, raw_ostream &Out, in createWriter()
178 Object &Obj) { in dumpSectionToFile()
207 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
247 static Error updateAndRemoveSymbols(const CommonConfig &Config, Object &Obj) { in updateAndRemoveSymbols()
511 Object &Obj) { in handleArgs()
664 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput()
677 Expected<std::unique_ptr<Object>> Obj = Reader.create(true); in executeObjcopyOnIHex() local
694 Expected<std::unique_ptr<Object>> Obj = Reader.create(true); in executeObjcopyOnRawBinary() local
[all …]
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-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 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs()
261 Object *Obj = ObjOrErr->get(); in executeObjcopyOnBinary() local
H A DWriter.h25 Object &Obj; variable
55 COFFWriter(Object &Obj, raw_ostream &Out) in COFFWriter()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DWriter.h22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in Writer()
27 Object &Obj; variable
H A DWasmObjcopy.cpp24 Object &Obj) { in dumpSectionToFile()
42 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs()
84 Object *Obj = ObjOrErr->get(); in executeObjcopyOnBinary() local
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Darg-reference.cc20 class Obj class
42 Obj::Obj () in Obj() function in Obj
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Darg-reference.cc20 class Obj class
42 Obj::Obj () in Obj() function in Obj
/netbsd/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkLinker.cpp24 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()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp52 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections()
83 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()
90 static void updateAndRemoveSymbols(const CommonConfig &Config, Object &Obj) { in updateAndRemoveSymbols()
140 static Error processLoadCommands(const CommonConfig &Config, Object &Obj) { in processLoadCommands()
256 Object &Obj) { in dumpSectionToFile()
277 static Error addSection(StringRef SecName, StringRef Filename, Object &Obj) { in addSection()
334 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp37 static void prettyPrintSectionSizes(const ObjectFile &Obj, in prettyPrintSectionSizes()
79 void dwarfdump::calculateSectionSizes(const ObjectFile &Obj, in calculateSectionSizes()
104 bool dwarfdump::collectObjectSectionSizes(ObjectFile &Obj, in collectObjectSectionSizes()
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp52 llvm::json::Object toJSON(llvm::StringMap<std::vector<StringRef>> const &Obj) { in toJSON()
62 llvm::json::Object toJSON(llvm::StringMap<std::string> const &Obj) { in toJSON()
72 llvm::json::Object toJSON(ClassData const &Obj) { in toJSON()
92 llvm::json::Object toJSON(llvm::StringMap<ClassData> const &Obj) { in toJSON()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp44 static const Target *getTarget(const ObjectFile *Obj) { in getTarget()
56 static uint64_t getELFImageLMAForSec(const ELFFile<ELFT> &Obj, in getELFImageLMAForSec()
92 auto *Obj = dyn_cast<ELFObjectFileBase>(&Binary); in load() local
175 void ProfiledBinary::setPreferredBaseAddress(const ELFObjectFileBase *Obj) { in setPreferredBaseAddress()
187 void ProfiledBinary::decodePseudoProbe(const ELFObjectFileBase *Obj) { in decodePseudoProbe()
311 void ProfiledBinary::setUpDisassembler(const ELFObjectFileBase *Obj) { in setUpDisassembler()
351 void ProfiledBinary::disassemble(const ELFObjectFileBase *Obj) { in disassemble()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp359 static char isSymbolList64Bit(SymbolicFile &Obj) { in isSymbolList64Bit()
383 static void darwinPrintSymbol(SymbolicFile &Obj, const NMSymbol &S, in darwinPrintSymbol()
922 static char getSymbolNMTypeChar(ELFObjectFileBase &Obj, in getSymbolNMTypeChar()
1021 static char getSymbolNMTypeChar(COFFImportFile &Obj) { in getSymbolNMTypeChar()
1100 static bool isObject(SymbolicFile &Obj, basic_symbol_iterator I) { in isObject()
1196 static unsigned getNsectForSegSect(MachOObjectFile *Obj) { in getNsectForSegSect()
1702 readSymbolVersionsELF(const ELFFile<ELFT> &Obj, StringRef FileName, in readSymbolVersionsELF()
1760 readSymbolVersionsELF(const ELFObjectFileBase &Obj, in readSymbolVersionsELF()
2007 ObjectFile &Obj = *ObjOrErr.get(); in dumpSymbolNamesFromFile() local
2088 ObjectFile &Obj = *ObjOrErr.get(); in dumpSymbolNamesFromFile() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp139 static void iterateOnSegments(const object::MachOObjectFile &Obj, in iterateOnSegments()
199 static unsigned transferSymbols(const object::MachOObjectFile &Obj, in transferSymbols()
226 getSection(const object::MachOObjectFile &Obj, in getSection()
233 getSection(const object::MachOObjectFile &Obj, in getSection()
255 const object::MachOObjectFile &Obj, MachObjectWriter &Writer, in transferSegmentAndSections()
330 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable()
337 static bool hasLinkEditSegment(const object::MachOObjectFile &Obj) { in hasLinkEditSegment()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp182 static bool filterArch(MachOObjectFile &Obj) { in filterArch()
264 static llvm::Optional<uint64_t> getImageBaseAddress(object::ObjectFile &Obj) { in getImageBaseAddress()
278 static llvm::Error handleObjectFile(ObjectFile &Obj, in handleObjectFile()
355 if (auto *Obj = dyn_cast<ObjectFile>(BinOrErr->get())) { in handleBuffer() local
368 auto &Obj = **MachOOrErr; in handleBuffer() local
380 for (auto &Obj : FilterObjs) { in handleBuffer() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h22 const DWARFObject *Obj = nullptr; variable
28 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp21 static Error dumpObject(const ObjectFile &Obj) { in dumpObject()
58 if (ObjectFile *Obj = dyn_cast<ObjectFile>(&Binary)) in dumpInput() local

123456789