OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_map
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/build_tools/
generate_index.py
15
self.
section_map
= collections.defaultdict(list)
22
for section_name in self.
section_map
:
23
items = self.
section_map
[section_name]
27
template_dict = { '
section_map
': sec_map }
33
self.
section_map
[group].append(desc)
/external/llvm/lib/MC/
WinCOFFObjectWriter.cpp
126
typedef DenseMap<MCSection const *, COFFSection *>
section_map
;
typedef in class:__anon5446::WinCOFFObjectWriter
137
section_map
SectionMap;
[
all
...]
Completed in 646 milliseconds