Definition at line 1374 of file bloaty.cc.
◆ Bloaty() [1/2]
◆ Bloaty() [2/2]
◆ AddBuiltInSources()
◆ AddDataSource()
void bloaty::Bloaty::AddDataSource |
( |
const std::string & |
name | ) |
|
◆ AddDebugFilename()
void bloaty::Bloaty::AddDebugFilename |
( |
const std::string & |
filename | ) |
|
◆ AddFilename()
void bloaty::Bloaty::AddFilename |
( |
const std::string & |
filename, |
|
|
bool |
base_file |
|
) |
| |
◆ DefineCustomDataSource()
void bloaty::Bloaty::DefineCustomDataSource |
( |
const CustomDataSource & |
source | ) |
|
◆ DisassembleFunction()
◆ EffectiveSymbolSource()
static DataSource bloaty::Bloaty::EffectiveSymbolSource |
( |
const Options & |
options | ) |
|
|
inlinestaticprivate |
◆ GetObjectFile()
std::unique_ptr< ObjectFile > bloaty::Bloaty::GetObjectFile |
( |
const std::string & |
filename | ) |
const |
|
private |
◆ GetSourceCount()
size_t bloaty::Bloaty::GetSourceCount |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ ScanAndRollup()
void bloaty::Bloaty::ScanAndRollup |
( |
const Options & |
options, |
|
|
RollupOutput * |
output |
|
) |
| |
◆ ScanAndRollupFile()
void bloaty::Bloaty::ScanAndRollupFile |
( |
const std::string & |
filename, |
|
|
Rollup * |
rollup, |
|
|
std::vector< std::string > * |
out_build_ids |
|
) |
| const |
|
private |
◆ ScanAndRollupFiles()
void bloaty::Bloaty::ScanAndRollupFiles |
( |
const std::vector< std::string > & |
filenames, |
|
|
std::vector< std::string > * |
build_ids, |
|
|
Rollup * |
rollup |
|
) |
| const |
|
private |
◆ all_known_sources_
◆ arena_
◆ base_files_
◆ debug_files_
std::map<std::string, std::string> bloaty::Bloaty::debug_files_ |
|
private |
◆ file_factory_
◆ input_files_
◆ options_
const Options bloaty::Bloaty::options_ |
|
private |
◆ source_names_
std::vector<std::string> bloaty::Bloaty::source_names_ |
|
private |
◆ sources_
The documentation for this class was generated from the following file: