Lines Matching refs:LoadedLibrary
49 from common_types import LoadedLibrary, SymbolRef, SymBind, SymKind, bfs_walk, json_to_elf_tree
133 Definitions = Dict[str, LoadedLibrary]
135 def build_symbol_index(lib: LoadedLibrary) -> Definitions: argument
136 defs: Dict[str, LoadedLibrary] = {}
144 def check_rels(root: LoadedLibrary, defs: Definitions) -> None: argument
169 def make_asm_file(lib: LoadedLibrary, is_main: bool, out_filename: Path, map_out_filename: Path, argument
268 def __init__(self, root: LoadedLibrary): argument
270 self._names: Dict[LoadedLibrary, str] = {}
278 def name(self, lib: LoadedLibrary) -> str: argument
288 def make_ninja_benchmark(root: LoadedLibrary, defs: Definitions, cc: str, out: Path) -> None: argument
292 def lib_dso_name(lib: LoadedLibrary) -> str: argument
329 def make_soong_benchmark(root: LoadedLibrary, defs: Definitions, out: Path) -> None: argument