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

  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 33 uint64_t StubSize;
52 StubsStart(0), StubsCount(0), StubSize(0), StubsIndSymIndex(0) {
62 StubSize = S.reserved2;
66 StubSize = S.reserved2;
68 assert(StubSize && "Mach-O stub entry size can't be zero!");
71 StubsCount /= StubSize;
80 if (!StubSize)
82 uint64_t StubIdx = (Addr - StubsStart) / StubSize;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 483 unsigned TAA = 0, StubSize = 0;
487 TAA, TAAParsed, StubSize);
495 getContext().getMachOSection(Segment, Section, TAA, StubSize,
519 unsigned TAA = 0, StubSize = 0;
526 TAA, TAAParsed, StubSize);
536 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
543 // Okay, now that we got the section, verify that the TAA & StubSize agree.
546 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 322 unsigned StubSize = getMaxStubSize();
323 if (StubSize == 0) {
338 StubBufSize += StubSize;
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 39 unsigned StubSize = 0);
376 unsigned StubSize) {
384 Segment, Section, TAA, StubSize,
572 unsigned StubSize;
577 TAA, TAAParsed, StubSize);
585 Segment, Section, TAA, StubSize,
    [all...]

Completed in 1236 milliseconds