OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionIndexMap
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
ELFObjectWriter.cpp
253
const SectionIndexMapTy &
SectionIndexMap
);
276
/// \param
SectionIndexMap
- Maps a section to its index.
280
const SectionIndexMapTy &
SectionIndexMap
,
285
SectionIndexMapTy &
SectionIndexMap
,
295
SectionIndexMapTy &
SectionIndexMap
,
303
SectionIndexMapTy &
SectionIndexMap
,
311
const SectionIndexMapTy &
SectionIndexMap
,
335
const SectionIndexMapTy &
SectionIndexMap
,
583
const SectionIndexMapTy &
SectionIndexMap
) {
612
ELF::STV_DEFAULT,
SectionIndexMap
.lookup(&Section)
[
all
...]
MachObjectWriter.cpp
482
DenseMap<const MCSection*, uint8_t>
SectionIndexMap
;
486
SectionIndexMap
[&it->getSection()] = Index;
529
MSD.SectionIndex =
SectionIndexMap
.lookup(&Symbol.getSection());
562
MSD.SectionIndex =
SectionIndexMap
.lookup(&Symbol.getSection());
[
all
...]
Completed in 55 milliseconds