Searched refs:ElfBuilder (Results 1 – 12 of 12) sorted by relevance
/art/compiler/debug/ |
D | elf_debug_writer.cc | 38 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,
|
D | elf_gnu_debugdata_writer.h | 89 std::unique_ptr<ElfBuilder<ElfTypes>> builder(new ElfBuilder<ElfTypes>(isa, features, &out)); in MakeMiniDebugInfoInternal()
|
D | elf_debug_writer.h | 38 ElfBuilder<ElfTypes>* builder,
|
D | elf_symtab_writer.h | 39 static void WriteDebugSymbols(ElfBuilder<ElfTypes>* builder, in WriteDebugSymbols()
|
D | elf_debug_line_writer.h | 46 explicit ElfDebugLineWriter(ElfBuilder<ElfTypes>* builder) : builder_(builder) { in ElfDebugLineWriter() 282 ElfBuilder<ElfTypes>* builder_;
|
D | elf_debug_frame_writer.h | 171 void WriteCFISection(ElfBuilder<ElfTypes>* builder, in WriteCFISection()
|
D | elf_debug_info_writer.h | 69 explicit ElfDebugInfoWriter(ElfBuilder<ElfTypes>* builder) in ElfDebugInfoWriter() 94 ElfBuilder<ElfTypes>* builder_;
|
/art/compiler/ |
D | elf_builder.h | 75 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 …]
|
D | elf_writer_quick.cc | 122 std::unique_ptr<ElfBuilder<ElfTypes>> builder_; 159 builder_(new ElfBuilder<ElfTypes>(instruction_set, features, output_stream_.get())) {} in ElfWriterQuick()
|
D | elf_writer_test.cc | 116 ElfBuilder<ElfTypes32>::EncodeOatPatches(ArrayRef<const uintptr_t>(patch_locations), in TEST_F()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 65 ElfBuilder<ElfTypes> builder(isa, nullptr, &output_stream); in Objdump()
|
/art/oatdump/ |
D | oatdump.cc | 118 builder_.reset(new ElfBuilder<ElfTypes>(isa, features, output_stream.get())); in Symbolize() 274 std::unique_ptr<ElfBuilder<ElfTypes> > builder_;
|