Searched refs:StubSize (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h39 (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; member in class:llvm::orc::OrcGenericABI
92 static constexpr unsigned StubSize = 8; member in class:llvm::orc::OrcAArch64
132 static constexpr unsigned StubSize = 8; member in class:llvm::orc::OrcX86_64_Base
199 static constexpr unsigned StubSize = 8; member in class:llvm::orc::OrcI386
239 static constexpr unsigned StubSize = 8; member in class:llvm::orc::OrcMips32_Base
301 static constexpr unsigned StubSize = 32; member in class:llvm::orc::OrcMips64
H A DTPCIndirectionUtils.h38 ABISupport(unsigned PointerSize, unsigned TrampolineSize, unsigned StubSize, argument
41 StubSize(StubSize),
50 unsigned getStubSize() const { return StubSize; }
75 unsigned StubSize = 0; member in class:llvm::orc::TPCIndirectionUtils::ABISupport
180 ORCABI::StubSize, ORCABI::StubToPointerMaxDisplacement,
H A DIndirectionUtils.h346 return static_cast<char *>(StubsMem.base()) + Idx * ORCABI::StubSize;
351 static_cast<char *>(StubsMem.base()) + NumStubs * ORCABI::StubSize;
H A DOrcRemoteTargetServer.h355 uint32_t IndirectStubSize = TargetT::StubSize;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionMachO.h69 unsigned &StubSize); // Out.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp182 unsigned &StubSize) { // Out.
211 StubSize = 0;
278 if (StubSizeStr.getAsInteger(0, StubSize))
177 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp55 unsigned StubSize = 0);
476 unsigned StubSize) {
484 Segment, Section, TAA, StubSize,
690 unsigned StubSize; local
694 SectionSpec, Segment, Section, TAA, TAAParsed, StubSize))
723 Segment, Section, TAA, StubSize,
474 parseSectionSwitch(StringRef Segment, StringRef Section, unsigned TAA, unsigned Align, unsigned StubSize) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h107 void advanceStubOffset(unsigned StubSize) { argument
108 StubOffset += StubSize;
H A DRuntimeDyld.cpp662 unsigned StubSize = getMaxStubSize(); local
663 if (StubSize == 0) {
683 StubBufSize += StubSize;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp24 JITTargetAddress LastStub = FirstStub + ((NumStubs - 1) * ORCABI::StubSize);
27 FirstPointer + ((NumStubs - 1) * ORCABI::StubSize);
184 static_assert(StubSize == PointerSize,
240 static_assert(StubSize == PointerSize,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1173 unsigned TAA = 0, StubSize = 0; local
1176 SectionVal, Segment, Section, TAA, TAAParsed, StubSize)) {
1184 Segment, Section, TAA, StubSize, SectionKind::getData());
1214 unsigned TAA = 0, StubSize = 0; local
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) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1983 unsigned TAA = 0, StubSize = 0; local
1986 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3019 unsigned TAA, StubSize; local
3022 TAA, HasTAA, StubSize);

Completed in 535 milliseconds