HomeSort by relevance Sort by last modified time
    Searched defs:StubSize (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 56 const static unsigned StubSize = 1;
73 const static unsigned StubSize = StubSizeVal;
95 return static_cast<char *>(StubsMem.base()) + Idx * StubSize;
101 char *PtrsBase = static_cast<char *>(StubsMem.base()) + NumStubs * StubSize;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcABISupport.cpp 149 const unsigned StubSize = IndirectStubsInfo::StubSize;
153 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
154 unsigned NumStubs = (NumPages * PageSize) / StubSize;
231 const unsigned StubSize = IndirectStubsInfo::StubSize;
235 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
236 unsigned NumStubs = (NumPages * PageSize) / StubSize;
499 const unsigned StubSize = IndirectStubsInfo::StubSize;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 60 const static unsigned StubSize = 1;
78 const static unsigned StubSize = StubSizeVal;
101 return static_cast<char *>(StubsMem.base()) + Idx * StubSize;
107 char *PtrsBase = static_cast<char *>(StubsMem.base()) + NumStubs * StubSize;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
OrcABISupport.cpp 148 const unsigned StubSize = IndirectStubsInfo::StubSize;
152 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
153 unsigned NumStubs = (NumPages * PageSize) / StubSize;
230 const unsigned StubSize = IndirectStubsInfo::StubSize;
234 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
235 unsigned NumStubs = (NumPages * PageSize) / StubSize;
498 const unsigned StubSize = IndirectStubsInfo::StubSize;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.asm 54 public OrigVector, InterruptEntryStub, StubSize, CommonIdtEntry, FxStorSupport
56 StubSize dd InterruptEntryStubEnd - InterruptEntryStub
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 354 unsigned TAA = 0, StubSize = 0;
358 TAA, TAAParsed, StubSize);
370 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
377 // Okay, now that we got the section, verify that the TAA & StubSize agree.
380 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 52 public OrigVector, InterruptEntryStub, StubSize, CommonIdtEntry, FxStorSupport
54 StubSize dd InterruptEntryStubEnd - InterruptEntryStub
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DarwinAsmParser.cpp 36 unsigned StubSize = 0);
299 unsigned StubSize) {
307 Segment, Section, TAA, StubSize,
435 unsigned StubSize;
440 TAA, TAAParsed, StubSize);
448 Segment, Section, TAA, StubSize,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 514 unsigned TAA = 0, StubSize = 0;
518 TAA, TAAParsed, StubSize);
526 Segment, Section, TAA, StubSize, SectionKind::getData());
549 unsigned TAA = 0, StubSize = 0;
556 TAA, TAAParsed, StubSize);
566 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
573 // Okay, now that we got the section, verify that the TAA & StubSize agree.
576 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 42 unsigned StubSize = 0);
395 unsigned StubSize) {
403 Segment, Section, TAA, StubSize,
611 unsigned StubSize;
616 TAA, TAAParsed, StubSize);
647 Segment, Section, TAA, StubSize,
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 506 unsigned StubSize = getMaxStubSize();
507 if (StubSize == 0) {
522 StubBufSize += StubSize;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 712 unsigned TAA = 0, StubSize = 0;
716 TAA, TAAParsed, StubSize);
724 Segment, Section, TAA, StubSize, SectionKind::getData());
746 unsigned TAA = 0, StubSize = 0;
753 TAA, TAAParsed, StubSize);
763 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
770 // Okay, now that we got the section, verify that the TAA & StubSize agree.
773 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 583 unsigned StubSize = getMaxStubSize();
584 if (StubSize == 0) {
599 StubBufSize += StubSize;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 55 unsigned StubSize = 0);
471 unsigned StubSize) {
479 Segment, Section, TAA, StubSize,
685 unsigned StubSize;
690 TAA, TAAParsed, StubSize);
721 Segment, Section, TAA, StubSize,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 922 milliseconds