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

  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 409 unsigned TAA = 0, StubSize = 0;
413 TAA, TAAParsed, StubSize);
421 getContext().getMachOSection(Segment, Section, TAA, StubSize,
436 unsigned TAA = 0, StubSize = 0;
440 TAA, TAAParsed, StubSize);
450 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
457 // Okay, now that we got the section, verify that the TAA & StubSize agree.
460 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 219 StubSize = getMaxStubSize();
221 if (StubSize > 0) {
224 StubBufSize += StubSize;
  /external/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,

Completed in 138 milliseconds