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 443 unsigned TAA = 0, StubSize = 0;
447 TAA, TAAParsed, StubSize);
455 getContext().getMachOSection(Segment, Section, TAA, StubSize,
470 unsigned TAA = 0, StubSize = 0;
474 TAA, TAAParsed, StubSize);
484 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
491 // Okay, now that we got the section, verify that the TAA & StubSize agree.
494 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 223 StubSize = getMaxStubSize();
225 if (StubSize > 0) {
228 StubBufSize += StubSize;
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 37 unsigned StubSize = 0);
311 unsigned StubSize) {
319 Segment, Section, TAA, StubSize,
447 unsigned StubSize;
452 TAA, TAAParsed, StubSize);
460 Segment, Section, TAA, StubSize,

Completed in 53 milliseconds