OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EHFrame
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h
141
struct
EHFrame
{
145
typedef std::vector<
EHFrame
> EHFrameInfos;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h
63
std::unique_ptr<DWARFDebugFrame>
EHFrame
;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
EHFrameSupport.cpp
26
auto *
EHFrame
= G.findSectionByName(EHFrameSectionName);
28
if (!
EHFrame
) {
44
for (auto *B :
EHFrame
->blocks())
46
for (auto *Sym :
EHFrame
->symbols())
48
for (auto *B :
EHFrame
->blocks())
55
// than
EHFrame
->blocks() as we will be inserting new blocks along the way,
130
auto *
EHFrame
= G.findSectionByName(EHFrameSectionName);
132
if (!
EHFrame
) {
163
for (auto *B :
EHFrame
->blocks())
747
auto *
EHFrame
= G.findSectionByName(EHFrameSectionName)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
326
SectionEntry *
EHFrame
= &Sections[SectionInfo.EHFrameSID];
331
int64_t DeltaForText = computeDelta(Text,
EHFrame
);
334
DeltaForEH = computeDelta(ExceptTab,
EHFrame
);
336
uint8_t *P =
EHFrame
->getAddress();
337
uint8_t *End = P +
EHFrame
->getSize();
342
MemMgr.registerEHFrames(
EHFrame
->getAddress(),
EHFrame
->getLoadAddress(),
343
EHFrame
->getSize());
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h
198
for (auto &
EHFrame
: UnfinalizedEHFrames) {
199
if (auto Err = Client.registerEHFrames(
EHFrame
.Addr,
EHFrame
.Size)) {
325
struct
EHFrame
{
329
std::vector<
EHFrame
> UnfinalizedEHFrames;
330
std::vector<
EHFrame
> RegisteredEHFrames;
Completed in 74 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026