OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionIndexMap
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/MC/
ELFObjectWriter.h
262
const SectionIndexMapTy &
SectionIndexMap
);
286
const SectionIndexMapTy &
SectionIndexMap
,
291
SectionIndexMapTy &
SectionIndexMap
,
301
SectionIndexMapTy &
SectionIndexMap
,
309
SectionIndexMapTy &
SectionIndexMap
,
317
const SectionIndexMapTy &
SectionIndexMap
,
341
const SectionIndexMapTy &
SectionIndexMap
,
ELFObjectWriter.cpp
279
const SectionIndexMapTy &
SectionIndexMap
) {
307
ELF::STV_DEFAULT,
SectionIndexMap
.lookup(&Section), false);
517
SectionIndexMapTy &
SectionIndexMap
,
526
SectionIndexMap
[&Section] = Index++;
537
SectionIndexMap
[&Section] = Index++;
540
SectionIndexMap
[RelSection] = Index++;
545
const SectionIndexMapTy &
SectionIndexMap
,
602
MSD.SectionIndex =
SectionIndexMap
.lookup(RevGroupMap[&Symbol]);
608
MSD.SectionIndex =
SectionIndexMap
.lookup(&Section);
789
SectionIndexMapTy &
SectionIndexMap
,
[
all
...]
MachObjectWriter.cpp
425
DenseMap<const MCSection*, uint8_t>
SectionIndexMap
;
429
SectionIndexMap
[&it->getSection()] = Index;
472
MSD.SectionIndex =
SectionIndexMap
.lookup(&Symbol.getSection());
505
MSD.SectionIndex =
SectionIndexMap
.lookup(&Symbol.getSection());
Completed in 2888 milliseconds