OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dumper
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WindowsResourceDumper.h
19
class
Dumper
{
21
Dumper
(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {}
Win64EHDumper.h
23
class
Dumper
{
55
Dumper
(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {}
llvm-readobj.cpp
443
/// Creates an format-specific object file
dumper
.
477
ObjDumper *
Dumper
;
481
Dumper
= (*DumperOrErr).get();
493
Dumper
->printLoadName();
497
Dumper
->printFileHeaders();
506
Dumper
->printSectionDetails();
508
Dumper
->printSectionHeaders();
512
Dumper
->printHashSymbols();
514
Dumper
->printProgramHeaders(opts::ProgramHeaders, opts::SectionMapping);
516
Dumper
->printDynamicTable()
[
all
...]
ELFDumper.cpp
1
//===- ELFDumper.cpp - ELF-specific
dumper
--------------------------------===//
10
/// This file implements the ELF-specific
dumper
for llvm-readobj.
98
: Obj(&Owner),
Dumper
(&D) {}
101
: Addr(A), Size(S), EntSize(ES), Obj(&Owner),
Dumper
(&D) {}
112
///
Dumper
used for error reporting.
113
const ObjDumper *
Dumper
;
132
Dumper
->reportUniqueWarning(
154
Dumper
->reportUniqueWarning(Msg);
2380
static Error checkHashTable(const ELFDumper<ELFT> &
Dumper
,
2383
const ELFFile<ELFT> &Obj =
Dumper
.getElfObject().getELFFile()
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
archive2yaml.cpp
104
ArchiveDumper
Dumper
;
105
Expected<ArchYAML::Archive *> YAMLOrErr =
Dumper
.dump(Source);
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026