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

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 103 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 167 unsigned &StubSize); // Out.
  /external/llvm/lib/MC/
MCSectionMachO.cpp 184 unsigned &StubSize) { // Out.
217 StubSize = 0;
299 if (StubSizeStr.getAsInteger(0, StubSize))
  /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/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,
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 397 unsigned StubSize, unsigned Alignment = 1);
398 void startGVStub(void *Buffer, unsigned StubSize);
    [all...]
JITMemoryManager.cpp 451 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
453 return (uint8_t*)StubAllocator.Allocate(StubSize, Alignment);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 219 StubSize = getMaxStubSize();
221 if (StubSize > 0) {
224 StubBufSize += StubSize;
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 98 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
101 return Base->allocateStub(F, StubSize, Alignment);
  /external/clang/lib/Basic/
Targets.cpp 189 unsigned TAA, StubSize;
192 TAA, HasTAA, StubSize);
    [all...]

Completed in 934 milliseconds