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

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 93 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
  /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/MC/
MCSectionMachO.cpp 174 unsigned &StubSize) { // Out.
205 StubSize = 0;
266 if (StubSizeStr.getAsInteger(0, StubSize))
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 86 unsigned &StubSize); // Out.
  /external/llvm/tools/lli/
RemoteMemoryManager.h 105 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
RemoteMemoryManager.cpp 188 uint8_t *RemoteMemoryManager::allocateStub(const GlobalValue* F, unsigned 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...]
  /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/JIT/
JITEmitter.cpp 382 unsigned StubSize, unsigned Alignment = 1);
383 void startGVStub(void *Buffer, unsigned StubSize);
    [all...]
JITMemoryManager.cpp 459 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
461 return (uint8_t*)StubAllocator.Allocate(StubSize, Alignment);
    [all...]
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 230 /// @param[in] StubSize
240 unsigned StubSize,
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 440 unsigned StubSize,
445 uint8_t *return_value = m_default_mm_ap->allocateStub(F, StubSize, Alignment);
449 StubSize,
454 log->Printf("IRExecutionUnit::allocateStub (F=%p, StubSize=%u, Alignment=%u) = %p",
455 F, StubSize, Alignment, return_value);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 117 uint8_t *allocateStub(const GlobalValue *F, unsigned StubSize,
120 return Base->allocateStub(F, StubSize, Alignment);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 322 unsigned StubSize = getMaxStubSize();
323 if (StubSize == 0) {
338 StubBufSize += StubSize;
  /external/clang/lib/Basic/
Targets.cpp 193 unsigned TAA, StubSize;
196 TAA, HasTAA, StubSize);
    [all...]

Completed in 179 milliseconds