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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp147 const unsigned StubSize = IndirectStubsInfo::StubSize; local
151 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
152 unsigned NumStubs = (NumPages * PageSize) / StubSize;
229 const unsigned StubSize = IndirectStubsInfo::StubSize; local
233 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
234 unsigned NumStubs = (NumPages * PageSize) / StubSize;
497 const unsigned StubSize = IndirectStubsInfo::StubSize; local
683 const unsigned StubSize = IndirectStubsInfo::StubSize; local
929 const unsigned StubSize = IndirectStubsInfo::StubSize; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h76 unsigned &StubSize); // Out.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h59 const static unsigned StubSize = 1; member in class:llvm::orc::OrcGenericABI::IndirectStubsInfo
77 const static unsigned StubSize = StubSizeVal; member in class:llvm::orc::GenericIndirectStubsInfo
100 return static_cast<char *>(StubsMem.base()) + Idx * StubSize;
106 char *PtrsBase = static_cast<char *>(StubsMem.base()) + NumStubs * StubSize;
H A DOrcRemoteTargetServer.h340 uint32_t IndirectStubSize = TargetT::IndirectStubsInfo::StubSize;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp187 unsigned &StubSize) { // Out.
218 StubSize = 0;
277 if (StubSizeStr.getAsInteger(0, StubSize))
182 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp54 unsigned StubSize = 0);
475 unsigned StubSize) {
483 Segment, Section, TAA, StubSize,
689 unsigned StubSize; local
694 TAA, TAAParsed, StubSize);
725 Segment, Section, TAA, StubSize,
473 parseSectionSwitch(StringRef Segment, StringRef Section, unsigned TAA, unsigned Align, unsigned StubSize) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h108 void advanceStubOffset(unsigned StubSize) { argument
109 StubOffset += StubSize;
H A DRuntimeDyld.cpp645 unsigned StubSize = getMaxStubSize(); local
646 if (StubSize == 0) {
666 StubBufSize += StubSize;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp907 unsigned TAA = 0, StubSize = 0; local
911 TAA, TAAParsed, StubSize);
919 Segment, Section, TAA, StubSize, SectionKind::getData());
941 unsigned TAA = 0, StubSize = 0; local
948 TAA, TAAParsed, StubSize);
958 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
965 // Okay, now that we got the section, verify that the TAA & StubSize agree.
968 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h120 unsigned TAA, StubSize; variable
123 TAA, HasTAA, StubSize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1881 unsigned TAA = 0, StubSize = 0; local
1884 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize);

Completed in 226 milliseconds