OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionMap
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
XCOFFObjectWriter.cpp
165
DenseMap<const MCSectionXCOFF *, ControlSection *>
SectionMap
;
266
SectionMap
.clear();
352
assert(
SectionMap
.find(MCSec) ==
SectionMap
.end() &&
364
SectionMap
[MCSec] = &Group.back();
378
SectionMap
[ContainingCsect] = &UndefinedCsects.back();
393
assert(
SectionMap
.find(ContainingCsect) !=
SectionMap
.end() &&
396
SectionMap
[ContainingCsect]->Syms.emplace_back(XSym);
428
return
SectionMap
[ContainingCsect]->Address
[
all
...]
WinCOFFObjectWriter.cpp
146
section_map
SectionMap
;
168
SectionMap
.clear();
331
SectionMap
[&MCSec] = Section;
371
Sec =
SectionMap
[Base->getFragment()->getParent()];
638
COFFSection *Sec =
SectionMap
[&MCSec];
738
assert(
SectionMap
.find(MCSec) !=
SectionMap
.end() &&
741
COFFSection *Sec =
SectionMap
[MCSec];
775
SectionMap
.find(TargetSection) !=
SectionMap
.end() &
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Object.cpp
77
SectionMap
= DenseMap<ssize_t, Section *>(Sections.size());
80
SectionMap
[S.UniqueId] = &S;
86
return
SectionMap
.lookup(UniqueId);
Object.h
145
DenseMap<ssize_t, Section *>
SectionMap
;
152
// Update
SectionMap
and Index in each Section.
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiStreamBuilder.cpp
149
if (
SectionMap
.empty())
151
return sizeof(SecMapHeader) + sizeof(SecMapEntry) *
SectionMap
.size();
358
SectionMap
.emplace_back();
359
auto &Entry =
SectionMap
.back();
416
if (!
SectionMap
.empty()) {
417
ulittle16_t Size = static_cast<ulittle16_t>(
SectionMap
.size());
421
if (auto EC = Writer.writeArray(makeArrayRef(
SectionMap
)))
DbiStream.cpp
220
return
SectionMap
;
373
if (auto EC = SMReader.readArray(
SectionMap
, Header->SecCount))
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
229
ObjSectionToIDMap &
SectionMap
) {
245
if (auto TextSIDOrErr = findOrEmitSection(Obj, Section, true,
SectionMap
))
251
SectionMap
))
257
SectionMap
))
262
auto I =
SectionMap
.find(Section);
263
if (I !=
SectionMap
.end())
RuntimeDyldMachO.h
159
ObjSectionToIDMap &
SectionMap
) override;
RuntimeDyldELF.h
185
ObjSectionToIDMap &
SectionMap
) override;
RuntimeDyldImpl.h
577
ObjSectionToIDMap &
SectionMap
) {
RuntimeDyldELF.cpp
1924
ObjSectionToIDMap &
SectionMap
) {
1956
ObjSectionToIDMap::iterator i =
SectionMap
.find(*RelocatedSection);
1957
assert (i !=
SectionMap
.end());
1967
for (i =
SectionMap
.begin(), e =
SectionMap
.end(); i != e; ++i) {
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStream.h
122
FixedStreamArray<SecMapEntry>
SectionMap
;
DbiStreamBuilder.h
134
std::vector<SecMapEntry>
SectionMap
;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h
293
ObjSectionToIDMap &
SectionMap
) override {
295
for (const auto &SectionPair :
SectionMap
) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h
121
extern llvm::cl::opt<bool>
SectionMap
;
BytesOutputStyle.cpp
143
if (opts::bytes::
SectionMap
) {
llvm-pdbutil.cpp
399
cl::opt<bool>
SectionMap
("sm", cl::desc("Dump section map"),
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1226
std::map<std::string, unsigned>
SectionMap
;
1239
unsigned &Entry =
SectionMap
[std::string(GV.getSection())];
1243
Entry =
SectionMap
.size();
1251
unsigned &Entry =
SectionMap
[std::string(F.getSection())];
1255
Entry =
SectionMap
.size();
1291
if (
SectionMap
.empty()) // Section.
1295
Log2_32_Ceil(
SectionMap
.size()+1)));
1341
Vals.push_back(GV.hasSection() ?
SectionMap
[std::string(GV.getSection())]
1387
Vals.push_back(F.hasSection() ?
SectionMap
[std::string(F.getSection())]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
2843
MapVector<MCSection *, SmallVector<SymbolCU, 8>>
SectionMap
;
2851
SectionMap
[Section].push_back(SCU);
2856
SectionMap
[nullptr].push_back(SCU);
2862
for (auto &I :
SectionMap
) {
Completed in 30 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026