OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndirectSymBase
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
95
llvm::DenseMap<const MCSectionData*, unsigned>
IndirectSymBase
;
/external/llvm/lib/MC/
MachObjectWriter.cpp
223
Write32(
IndirectSymBase
.lookup(&SD)); // reserved1
383
if (!
IndirectSymBase
.count(it->SectionData))
384
IndirectSymBase
[it->SectionData] = IndirectIndex;
401
if (!
IndirectSymBase
.count(it->SectionData))
402
IndirectSymBase
[it->SectionData] = IndirectIndex;
Completed in 53 milliseconds