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 462 unsigned TAA = 0, StubSize = 0;
466 TAA, TAAParsed, StubSize);
474 getContext().getMachOSection(Segment, Section, TAA, StubSize,
489 unsigned TAA = 0, StubSize = 0;
493 TAA, TAAParsed, StubSize);
503 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
510 // Okay, now that we got the section, verify that the TAA & StubSize agree.
513 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 218 StubSize = getMaxStubSize();
224 if (StubSize > 0) {
234 StubBufSize += StubSize;
257 if (StubSize > 0) {
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 38 unsigned StubSize = 0);
363 unsigned StubSize) {
371 Segment, Section, TAA, StubSize,
526 unsigned StubSize;
531 TAA, TAAParsed, StubSize);
539 Segment, Section, TAA, StubSize,

Completed in 1273 milliseconds