Home
last modified time | relevance | path

Searched refs:ElfBuilder (Results 1 – 12 of 12) sorted by relevance

/art/compiler/debug/
Delf_debug_writer.cc38 void WriteDebugInfo(ElfBuilder<ElfTypes>* builder, in WriteDebugInfo()
120 std::unique_ptr<ElfBuilder<ElfTypes>> builder(new ElfBuilder<ElfTypes>(isa, features, &out)); in WriteDebugElfFileForMethodsInternal()
152 std::unique_ptr<ElfBuilder<ElfTypes>> builder(new ElfBuilder<ElfTypes>(isa, features, &out)); in WriteDebugElfFileForClassesInternal()
203 ElfBuilder<ElfTypes32>* builder,
208 ElfBuilder<ElfTypes64>* builder,
Delf_gnu_debugdata_writer.h89 std::unique_ptr<ElfBuilder<ElfTypes>> builder(new ElfBuilder<ElfTypes>(isa, features, &out)); in MakeMiniDebugInfoInternal()
Delf_debug_writer.h38 ElfBuilder<ElfTypes>* builder,
Delf_symtab_writer.h39 static void WriteDebugSymbols(ElfBuilder<ElfTypes>* builder, in WriteDebugSymbols()
Delf_debug_line_writer.h46 explicit ElfDebugLineWriter(ElfBuilder<ElfTypes>* builder) : builder_(builder) { in ElfDebugLineWriter()
282 ElfBuilder<ElfTypes>* builder_;
Delf_debug_frame_writer.h171 void WriteCFISection(ElfBuilder<ElfTypes>* builder, in WriteCFISection()
Delf_debug_info_writer.h69 explicit ElfDebugInfoWriter(ElfBuilder<ElfTypes>* builder) in ElfDebugInfoWriter()
94 ElfBuilder<ElfTypes>* builder_;
/art/compiler/
Delf_builder.h75 class ElfBuilder FINAL {
91 Section(ElfBuilder<ElfTypes>* owner, in Section()
224 ElfBuilder<ElfTypes>* owner_;
234 friend class ElfBuilder; variable
241 CachedSection(ElfBuilder<ElfTypes>* owner, in CachedSection()
281 CachedStringSection(ElfBuilder<ElfTypes>* owner, in CachedStringSection()
305 StringSection(ElfBuilder<ElfTypes>* owner, in StringSection()
337 SymbolSection(ElfBuilder<ElfTypes>* owner, in SymbolSection()
403 AbiflagsSection(ElfBuilder<ElfTypes>* owner, in AbiflagsSection()
461 ElfBuilder(InstructionSet isa, const InstructionSetFeatures* features, OutputStream* output) in ElfBuilder() function
[all …]
Delf_writer_quick.cc122 std::unique_ptr<ElfBuilder<ElfTypes>> builder_;
159 builder_(new ElfBuilder<ElfTypes>(instruction_set, features, output_stream_.get())) {} in ElfWriterQuick()
Delf_writer_test.cc116 ElfBuilder<ElfTypes32>::EncodeOatPatches(ArrayRef<const uintptr_t>(patch_locations), in TEST_F()
/art/compiler/debug/dwarf/
Ddwarf_test.h65 ElfBuilder<ElfTypes> builder(isa, nullptr, &output_stream); in Objdump()
/art/oatdump/
Doatdump.cc118 builder_.reset(new ElfBuilder<ElfTypes>(isa, features, output_stream.get())); in Symbolize()
274 std::unique_ptr<ElfBuilder<ElfTypes> > builder_;