OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StubSize
(Results
1 - 7
of
7
) 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,
/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/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
662
unsigned
StubSize
= getMaxStubSize();
663
if (
StubSize
== 0) {
683
StubBufSize +=
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/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 47 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026