OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocatedSection
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp
1690
section_iterator
RelocatedSection
= *SecOrErr;
1691
if (!L || !L->getLoadedSectionContents(*
RelocatedSection
, Data)) {
1737
if (
RelocatedSection
== Obj.section_end())
1741
if (auto NameOrErr =
RelocatedSection
->getName())
1750
if (L && L->getLoadedSectionContents(*
RelocatedSection
, RelSecData))
1772
Map = &static_cast<DWARFSectionMap &>(InfoSections[*
RelocatedSection
])
1776
InfoDWOSections[*
RelocatedSection
])
1780
&static_cast<DWARFSectionMap &>(TypesSections[*
RelocatedSection
])
1784
TypesDWOSections[*
RelocatedSection
])
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
366
section_iterator
RelocatedSection
= *RelSecOrErr;
367
if (
RelocatedSection
== SE)
376
bool IsCode =
RelocatedSection
->isText();
378
if (auto SectionIDOrErr = findOrEmitSection(Obj, *
RelocatedSection
, IsCode,
RuntimeDyldELF.cpp
1955
section_iterator
RelocatedSection
= *RelSecOrErr;
1956
ObjSectionToIDMap::iterator i = SectionMap.find(*
RelocatedSection
);
Completed in 70 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026