Home
last modified time | relevance | path

Searched refs:StubSize (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp147 const unsigned StubSize = IndirectStubsInfo::StubSize; in emitIndirectStubsBlock() local
151 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
152 unsigned NumStubs = (NumPages * PageSize) / StubSize; in emitIndirectStubsBlock()
229 const unsigned StubSize = IndirectStubsInfo::StubSize; in emitIndirectStubsBlock() local
233 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
234 unsigned NumStubs = (NumPages * PageSize) / StubSize; in emitIndirectStubsBlock()
497 const unsigned StubSize = IndirectStubsInfo::StubSize; in emitIndirectStubsBlock() local
501 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
502 unsigned NumStubs = (NumPages * PageSize) / StubSize; in emitIndirectStubsBlock()
683 const unsigned StubSize = IndirectStubsInfo::StubSize; in emitIndirectStubsBlock() local
[all …]
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcABISupport.h40 (RoundToMultipleOf == 0 || (RoundToMultipleOf % ORCABI::StubSize == 0)) &&
42 uint64_t StubBytes = MinStubs * ORCABI::StubSize;
45 unsigned NumStubs = StubBytes / ORCABI::StubSize;
60 static constexpr unsigned StubSize = 1; variable
93 static constexpr unsigned StubSize = 8; variable
133 static constexpr unsigned StubSize = 8; variable
200 static constexpr unsigned StubSize = 8; variable
240 static constexpr unsigned StubSize = 8; variable
302 static constexpr unsigned StubSize = 32; variable
DTPCIndirectionUtils.h38 ABISupport(unsigned PointerSize, unsigned TrampolineSize, unsigned StubSize, in ABISupport() argument
41 StubSize(StubSize), in ABISupport()
50 unsigned getStubSize() const { return StubSize; } in getStubSize()
75 unsigned StubSize = 0; variable
180 ORCABI::StubSize, ORCABI::StubToPointerMaxDisplacement, in ABISupportImpl()
DIndirectionUtils.h346 return static_cast<char *>(StubsMem.base()) + Idx * ORCABI::StubSize; in getStub()
351 static_cast<char *>(StubsMem.base()) + NumStubs * ORCABI::StubSize; in getPtr()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp149 const unsigned StubSize = IndirectStubsInfo::StubSize; in emitIndirectStubsBlock() local
153 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
154 unsigned NumStubs = (NumPages * PageSize) / StubSize; in emitIndirectStubsBlock()
231 const unsigned StubSize = IndirectStubsInfo::StubSize; in emitIndirectStubsBlock() local
235 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
236 unsigned NumStubs = (NumPages * PageSize) / StubSize; in emitIndirectStubsBlock()
499 const unsigned StubSize = IndirectStubsInfo::StubSize; in emitIndirectStubsBlock() local
503 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
504 unsigned NumStubs = (NumPages * PageSize) / StubSize; in emitIndirectStubsBlock()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcABISupport.h56 const static unsigned StubSize = 1;
73 const static unsigned StubSize = StubSizeVal;
95 return static_cast<char *>(StubsMem.base()) + Idx * StubSize; in getStub()
101 char *PtrsBase = static_cast<char *>(StubsMem.base()) + NumStubs * StubSize; in getPtr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcABISupport.h59 const static unsigned StubSize = 1;
77 const static unsigned StubSize = StubSizeVal;
100 return static_cast<char *>(StubsMem.base()) + Idx * StubSize; in getStub()
106 char *PtrsBase = static_cast<char *>(StubsMem.base()) + NumStubs * StubSize; in getPtr()
/external/llvm/lib/MC/
DMCSectionMachO.cpp176 unsigned &StubSize) { // Out. in ParseSectionSpecifier() argument
207 StubSize = 0; in ParseSectionSpecifier()
268 if (StubSizeStr.getAsInteger(0, StubSize)) in ParseSectionSpecifier()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionMachO.cpp187 unsigned &StubSize) { // Out. in ParseSectionSpecifier() argument
218 StubSize = 0; in ParseSectionSpecifier()
277 if (StubSizeStr.getAsInteger(0, StubSize)) in ParseSectionSpecifier()
/external/llvm-project/llvm/lib/MC/
DMCSectionMachO.cpp182 unsigned &StubSize) { // Out. in ParseSectionSpecifier() argument
213 StubSize = 0; in ParseSectionSpecifier()
272 if (StubSizeStr.getAsInteger(0, StubSize)) in ParseSectionSpecifier()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp24 JITTargetAddress LastStub = FirstStub + ((NumStubs - 1) * ORCABI::StubSize); in stubAndPointerRangesOk()
27 FirstPointer + ((NumStubs - 1) * ORCABI::StubSize); in stubAndPointerRangesOk()
184 static_assert(StubSize == PointerSize, in writeIndirectStubsBlock()
240 static_assert(StubSize == PointerSize, in writeIndirectStubsBlock()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp42 unsigned StubSize = 0);
395 unsigned StubSize) { in parseSectionSwitch() argument
403 Segment, Section, TAA, StubSize, in parseSectionSwitch()
611 unsigned StubSize; in parseDirectiveSection() local
616 TAA, TAAParsed, StubSize); in parseDirectiveSection()
647 Segment, Section, TAA, StubSize, in parseDirectiveSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp514 unsigned TAA = 0, StubSize = 0; in emitModuleFlags() local
518 TAA, TAAParsed, StubSize); in emitModuleFlags()
526 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleFlags()
549 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local
556 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal()
566 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
576 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
/external/llvm-project/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp54 unsigned StubSize = 0);
475 unsigned StubSize) { in parseSectionSwitch() argument
483 Segment, Section, TAA, StubSize, in parseSectionSwitch()
689 unsigned StubSize; in parseDirectiveSection() local
694 TAA, TAAParsed, StubSize); in parseDirectiveSection()
725 Segment, Section, TAA, StubSize, in parseDirectiveSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp54 unsigned StubSize = 0);
475 unsigned StubSize) { in parseSectionSwitch() argument
483 Segment, Section, TAA, StubSize, in parseSectionSwitch()
689 unsigned StubSize; in parseDirectiveSection() local
694 TAA, TAAParsed, StubSize); in parseDirectiveSection()
725 Segment, Section, TAA, StubSize, in parseDirectiveSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCSectionMachO.h69 unsigned &StubSize); // Out.
/external/llvm/include/llvm/MC/
DMCSectionMachO.h77 unsigned &StubSize); // Out.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionMachO.h76 unsigned &StubSize); // Out.
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h109 void advanceStubOffset(unsigned StubSize) { in advanceStubOffset() argument
110 StubOffset += StubSize; in advanceStubOffset()
DRuntimeDyld.cpp506 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize() local
507 if (StubSize == 0) { in computeSectionStubBufSize()
522 StubBufSize += StubSize; in computeSectionStubBufSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp907 unsigned TAA = 0, StubSize = 0; in emitModuleMetadata() local
911 TAA, TAAParsed, StubSize); in emitModuleMetadata()
919 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleMetadata()
941 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local
948 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal()
958 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
968 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h108 void advanceStubOffset(unsigned StubSize) { in advanceStubOffset() argument
109 StubOffset += StubSize; in advanceStubOffset()
DRuntimeDyld.cpp645 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize() local
646 if (StubSize == 0) { in computeSectionStubBufSize()
666 StubBufSize += StubSize; in computeSectionStubBufSize()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h107 void advanceStubOffset(unsigned StubSize) { in advanceStubOffset() argument
108 StubOffset += StubSize; in advanceStubOffset()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1112 unsigned TAA = 0, StubSize = 0; in emitModuleMetadata() local
1116 TAA, TAAParsed, StubSize); in emitModuleMetadata()
1124 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleMetadata()
1146 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local
1153 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal()
1163 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
1173 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()

12