/external/llvm/include/llvm/ExecutionEngine/ |
JITMemoryManager.h | 93 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
|
/external/llvm/tools/lli/ |
RecordingMemoryManager.h | 71 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
|
RecordingMemoryManager.cpp | 81 uint8_t *RecordingMemoryManager::allocateStub(const GlobalValue* F, unsigned StubSize,
|
/external/llvm/include/llvm/MC/ |
MCSectionMachO.h | 175 unsigned &StubSize); // Out.
|
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 185 unsigned &StubSize) { // Out. 218 StubSize = 0; 300 if (StubSizeStr.getAsInteger(0, StubSize))
|
/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,
|
/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/JIT/ |
JITEmitter.cpp | 387 unsigned StubSize, unsigned Alignment = 1); 388 void startGVStub(void *Buffer, unsigned StubSize); [all...] |
JITMemoryManager.cpp | 455 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize, 457 return (uint8_t*)StubAllocator.Allocate(StubSize, Alignment); [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyld.cpp | 218 StubSize = getMaxStubSize(); 224 if (StubSize > 0) { 234 StubBufSize += StubSize; 257 if (StubSize > 0) {
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
JITTest.cpp | 116 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize, 119 return Base->allocateStub(F, StubSize, Alignment);
|
/external/clang/lib/Basic/ |
Targets.cpp | 190 unsigned TAA, StubSize; 193 TAA, HasTAA, StubSize); [all...] |