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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcTargetSupport.h 53 const static unsigned StubSize = 8;
81 static_cast<char*>(StubsMem.base()) + NumStubs * StubSize;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcTargetSupport.cpp 122 const unsigned StubSize = IndirectStubsInfo::StubSize;
126 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
127 unsigned NumStubs = (NumPages * PageSize) / StubSize;
  /external/llvm/lib/MC/
MCSectionMachO.cpp 176 unsigned &StubSize) { // Out.
207 StubSize = 0;
268 if (StubSizeStr.getAsInteger(0, StubSize))
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 77 unsigned &StubSize); // Out.
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 491 unsigned TAA = 0, StubSize = 0;
495 TAA, TAAParsed, StubSize);
503 Segment, Section, TAA, StubSize, SectionKind::getData());
526 unsigned TAA = 0, StubSize = 0;
533 TAA, TAAParsed, StubSize);
543 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
550 // Okay, now that we got the section, verify that the TAA & StubSize agree.
553 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 42 unsigned StubSize = 0);
386 unsigned StubSize) {
394 Segment, Section, TAA, StubSize,
581 unsigned StubSize;
586 TAA, TAAParsed, StubSize);
617 Segment, Section, TAA, StubSize,
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 115 void advanceStubOffset(unsigned StubSize) {
116 StubOffset += StubSize;
RuntimeDyld.cpp 421 unsigned StubSize = getMaxStubSize();
422 if (StubSize == 0) {
437 StubBufSize += StubSize;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp 233 unsigned TAA, StubSize;
236 TAA, HasTAA, StubSize);
    [all...]

Completed in 789 milliseconds