Home
last modified time | relevance | path

Searched refs:StubSize (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/MC/
DMCSectionMachO.cpp176 unsigned &StubSize) { // Out. in ParseSectionSpecifier() argument
207 StubSize = 0; in ParseSectionSpecifier()
268 if (StubSizeStr.getAsInteger(0, StubSize)) in ParseSectionSpecifier()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp39 unsigned StubSize = 0);
376 unsigned StubSize) { in parseSectionSwitch() argument
384 Segment, Section, TAA, StubSize, in parseSectionSwitch()
572 unsigned StubSize; in parseDirectiveSection() local
577 TAA, TAAParsed, StubSize); in parseDirectiveSection()
585 Segment, Section, TAA, StubSize, in parseDirectiveSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp512 unsigned TAA = 0, StubSize = 0; in emitModuleFlags() local
516 TAA, TAAParsed, StubSize); in emitModuleFlags()
524 getContext().getMachOSection(Segment, Section, TAA, StubSize, in emitModuleFlags()
548 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local
555 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal()
565 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
575 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
/external/lldb/source/Expression/
DIRExecutionUnit.cpp440 unsigned StubSize, in allocateStub() argument
445 uint8_t *return_value = m_default_mm_ap->allocateStub(F, StubSize, Alignment); in allocateStub()
449 StubSize, in allocateStub()
455 F, StubSize, Alignment, return_value); in allocateStub()
/external/llvm/include/llvm/MC/
DMCSectionMachO.h78 unsigned &StubSize); // Out.
/external/lldb/include/lldb/Expression/
DIRExecutionUnit.h240 unsigned StubSize,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp411 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize() local
412 if (StubSize == 0) { in computeSectionStubBufSize()
427 StubBufSize += StubSize; in computeSectionStubBufSize()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1163 unsigned TAA = 0, StubSize = 0; in ShouldInstrumentGlobal() local
1166 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal()
/external/clang/lib/Basic/
DTargets.cpp227 unsigned TAA, StubSize; in isValidSectionSpecifier() local
230 TAA, HasTAA, StubSize); in isValidSectionSpecifier()