OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubSize
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h
39
(RoundToMultipleOf == 0 || (RoundToMultipleOf % ORCABI::
StubSize
== 0)) &&
41
uint64_t StubBytes = MinStubs * ORCABI::
StubSize
;
44
unsigned NumStubs = StubBytes / ORCABI::
StubSize
;
59
static constexpr unsigned
StubSize
= 1;
92
static constexpr unsigned
StubSize
= 8;
132
static constexpr unsigned
StubSize
= 8;
199
static constexpr unsigned
StubSize
= 8;
239
static constexpr unsigned
StubSize
= 8;
301
static constexpr unsigned
StubSize
= 32;
TPCIndirectionUtils.h
38
ABISupport(unsigned PointerSize, unsigned TrampolineSize, unsigned
StubSize
,
41
StubSize
(
StubSize
),
50
unsigned getStubSize() const { return
StubSize
; }
75
unsigned
StubSize
= 0;
180
ORCABI::
StubSize
, ORCABI::StubToPointerMaxDisplacement,
IndirectionUtils.h
346
return static_cast<char *>(StubsMem.base()) + Idx * ORCABI::
StubSize
;
351
static_cast<char *>(StubsMem.base()) + NumStubs * ORCABI::
StubSize
;
OrcRemoteTargetServer.h
355
uint32_t IndirectStubSize = TargetT::
StubSize
;
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionMachO.h
69
unsigned &
StubSize
); // Out.
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionMachO.cpp
182
unsigned &
StubSize
) { // Out.
211
StubSize
= 0;
278
if (StubSizeStr.getAsInteger(0,
StubSize
))
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
55
unsigned
StubSize
= 0);
476
unsigned
StubSize
) {
484
Segment, Section, TAA,
StubSize
,
690
unsigned
StubSize
;
694
SectionSpec, Segment, Section, TAA, TAAParsed,
StubSize
))
723
Segment, Section, TAA,
StubSize
,
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
107
void advanceStubOffset(unsigned
StubSize
) {
108
StubOffset +=
StubSize
;
RuntimeDyld.cpp
662
unsigned
StubSize
= getMaxStubSize();
663
if (
StubSize
== 0) {
683
StubBufSize +=
StubSize
;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
OrcABISupport.cpp
24
JITTargetAddress LastStub = FirstStub + ((NumStubs - 1) * ORCABI::
StubSize
);
27
FirstPointer + ((NumStubs - 1) * ORCABI::
StubSize
);
184
static_assert(
StubSize
== PointerSize,
240
static_assert(
StubSize
== PointerSize,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
1173
unsigned TAA = 0,
StubSize
= 0;
1176
SectionVal, Segment, Section, TAA, TAAParsed,
StubSize
)) {
1184
Segment, Section, TAA,
StubSize
, SectionKind::getData());
1214
unsigned TAA = 0,
StubSize
= 0;
1220
SectionName, Segment, Section, TAA, TAAParsed,
StubSize
)) {
1229
getContext().getMachOSection(Segment, Section, TAA,
StubSize
, Kind);
1236
// Okay, now that we got the section, verify that the TAA &
StubSize
agree.
1239
if (S->getTypeAndAttributes() != TAA || S->getStubSize() !=
StubSize
) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
1983
unsigned TAA = 0,
StubSize
= 0;
1986
Section, ParsedSegment, ParsedSection, TAA, TAAParsed,
StubSize
));
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
3019
unsigned TAA,
StubSize
;
3022
TAA, HasTAA,
StubSize
);
Completed in 75 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026