OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionStart
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/TargetProcess/
RegisterEHFrames.cpp
92
Error walkAppleEHFrameSection(const char *const
SectionStart
,
94
const char *CurCFIRecord =
SectionStart
;
95
const char *End =
SectionStart
+ SectionSize;
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp
85
uint64_t
SectionStart
= OutputStream->tell();
92
return
SectionStart
;
117
/// location \p
SectionStart
where the section should be written to.
119
SecType Type, uint32_t LayoutIdx, uint64_t
SectionStart
) {
128
SecHdrTable.push_back({Type, Entry.Flags,
SectionStart
- FileStart,
129
OutputStream->tell() -
SectionStart
, LayoutIdx});
256
uint64_t
SectionStart
= markSectionStart(Type, LayoutIdx);
289
if (std::error_code EC = addNewSection(Type, LayoutIdx,
SectionStart
))
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp
1329
bool LastInSection, const MCSymbol &
SectionStart
);
1577
MCSymbol *
sectionStart
= context.createTempSymbol();
1578
Streamer.emitLabel(
sectionStart
);
1592
const MCExpr *Length = makeEndMinusStartExpr(context, *
sectionStart
,
1695
return *
sectionStart
;
1701
const MCSymbol &
SectionStart
) {
1730
makeEndMinusStartExpr(context,
SectionStart
, cieStart, 0);
1886
MCSymbol *
SectionStart
= Context.createTempSymbol();
1887
Streamer.emitLabel(
SectionStart
);
1916
Emitter.EmitFDE(*CIEStart, Frame, I == E, *
SectionStart
);
[
all
...]
MachObjectWriter.cpp
855
uint64_t
SectionStart
= SectionDataStart + getSectionAddress(&Sec);
859
writeSection(Layout, Sec, getSectionAddress(&Sec),
SectionStart
, Flags,
/src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp
468
uint32_t
SectionStart
= Section->VirtualAddress;
470
if (
SectionStart
<= Addr && Addr < SectionEnd) {
471
uint32_t Offset = Addr -
SectionStart
;
484
uint32_t
SectionStart
= Section->VirtualAddress;
487
uint32_t OffsetIntoSection = RVA -
SectionStart
;
488
if (
SectionStart
<= RVA && OffsetIntoSection < Section->VirtualSize &&
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h
236
uint64_t
SectionStart
);
Completed in 53 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026