Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp148 const unsigned StubSize = IndirectStubsInfo::StubSize; in emitIndirectStubsBlock() local
152 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
153 unsigned NumStubs = (NumPages * PageSize) / StubSize; in emitIndirectStubsBlock()
230 const unsigned StubSize = IndirectStubsInfo::StubSize; in emitIndirectStubsBlock() local
234 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
235 unsigned NumStubs = (NumPages * PageSize) / StubSize; in emitIndirectStubsBlock()
498 const unsigned StubSize = IndirectStubsInfo::StubSize; in emitIndirectStubsBlock() local
502 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
503 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()
DOrcRemoteTargetServer.h354 uint32_t IndirectStubSize = TargetT::IndirectStubsInfo::StubSize; in handleGetRemoteInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcABISupport.h60 const static unsigned StubSize = 1;
78 const static unsigned StubSize = StubSizeVal;
101 return static_cast<char *>(StubsMem.base()) + Idx * StubSize; in getStub()
107 char *PtrsBase = static_cast<char *>(StubsMem.base()) + NumStubs * StubSize; in getPtr()
DOrcRemoteTargetServer.h341 uint32_t IndirectStubSize = TargetT::IndirectStubsInfo::StubSize; in handleGetRemoteInfo()
/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-7.0/llvm/lib/MC/
DMCSectionMachO.cpp188 unsigned &StubSize) { // Out. in ParseSectionSpecifier() argument
219 StubSize = 0; in ParseSectionSpecifier()
278 if (StubSizeStr.getAsInteger(0, StubSize)) in ParseSectionSpecifier()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp55 unsigned StubSize = 0);
471 unsigned StubSize) { in parseSectionSwitch() argument
479 Segment, Section, TAA, StubSize, in parseSectionSwitch()
685 unsigned StubSize; in parseDirectiveSection() local
690 TAA, TAAParsed, StubSize); in parseDirectiveSection()
721 Segment, Section, TAA, StubSize, in parseDirectiveSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionMachO.h77 unsigned &StubSize); // Out.
/external/llvm/include/llvm/MC/
DMCSectionMachO.h77 unsigned &StubSize); // Out.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp712 unsigned TAA = 0, StubSize = 0; in emitModuleMetadata() local
716 TAA, TAAParsed, StubSize); in emitModuleMetadata()
724 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleMetadata()
746 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local
753 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal()
763 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
773 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
/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-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h109 void advanceStubOffset(unsigned StubSize) { in advanceStubOffset() argument
110 StubOffset += StubSize; in advanceStubOffset()
DRuntimeDyld.cpp583 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize() local
584 if (StubSize == 0) { in computeSectionStubBufSize()
599 StubBufSize += StubSize; in computeSectionStubBufSize()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1306 unsigned TAA = 0, StubSize = 0; in ShouldInstrumentGlobal() local
1309 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1703 unsigned TAA = 0, StubSize = 0; in ShouldInstrumentGlobal() local
1706 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal()
/external/clang/lib/Basic/
DTargets.cpp258 unsigned TAA, StubSize; in isValidSectionSpecifier() local
261 TAA, HasTAA, StubSize); in isValidSectionSpecifier()