Searched refs:StubSize (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 176 unsigned &StubSize) { // Out. in ParseSectionSpecifier() argument 207 StubSize = 0; in ParseSectionSpecifier() 268 if (StubSizeStr.getAsInteger(0, StubSize)) in ParseSectionSpecifier()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 39 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/ |
D | TargetLoweringObjectFileImpl.cpp | 512 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/ |
D | IRExecutionUnit.cpp | 440 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/ |
D | MCSectionMachO.h | 78 unsigned &StubSize); // Out.
|
/external/lldb/include/lldb/Expression/ |
D | IRExecutionUnit.h | 240 unsigned StubSize,
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 411 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize() local 412 if (StubSize == 0) { in computeSectionStubBufSize() 427 StubBufSize += StubSize; in computeSectionStubBufSize()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1163 unsigned TAA = 0, StubSize = 0; in ShouldInstrumentGlobal() local 1166 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal()
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 227 unsigned TAA, StubSize; in isValidSectionSpecifier() local 230 TAA, HasTAA, StubSize); in isValidSectionSpecifier()
|