OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SecStart
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp
338
GlobalVariable *
SecStart
=
341
SecStart
->setVisibility(GlobalValue::HiddenVisibility);
348
return std::make_pair(
SecStart
, SecEnd);
352
auto SecStartI8Ptr = IRB.CreatePointerCast(
SecStart
, Int8PtrTy);
362
auto
SecStart
= SecStartEnd.first;
366
M, CtorName, InitFunctionName, {Ty, Ty}, {
SecStart
, SecEnd});
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp
785
const uint8_t *
SecStart
, const uint64_t SecSize,
787
Data =
SecStart
;
788
End =
SecStart
+ SecSize;
826
const uint8_t *
SecStart
= BufStart + Entry.Offset;
838
SecStart
, SecSize, DecompressBuf, DecompressBufSize))
840
SecStart
= DecompressBuf;
844
if (std::error_code EC = readOneSection(
SecStart
, SecSize, Entry))
846
if (Data !=
SecStart
+ SecSize)
/src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp
615
uint64_t
SecStart
= align(SymtabSection->getAlignment());
759
SectionOffsets[SymtabSection] = std::make_pair(
SecStart
, SecEnd);
768
SecStart
= W.OS.tell();
774
SectionOffsets[SymtabShndxSection] = std::make_pair(
SecStart
, SecEnd);
1095
const uint64_t
SecStart
= align(Section.getAlignment());
1101
SectionOffsets[&Section] = std::make_pair(
SecStart
, SecEnd);
1140
const uint64_t
SecStart
= align(Group->getAlignment());
1151
SectionOffsets[Group] = std::make_pair(
SecStart
, SecEnd);
1172
const uint64_t
SecStart
= align(RelSection->getAlignment());
1178
SectionOffsets[RelSection] = std::make_pair(
SecStart
, SecEnd)
[
all
...]
Completed in 38 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026