Searched defs:StubSize (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcABISupport.h | 59 static constexpr unsigned StubSize = 1; variable 93 static constexpr unsigned StubSize = 8; variable 134 static constexpr unsigned StubSize = 8; variable 202 static constexpr unsigned StubSize = 8; variable 243 static constexpr unsigned StubSize = 8; variable 305 static constexpr unsigned StubSize = 32; variable 345 static constexpr unsigned StubSize = 16; variable 385 static constexpr unsigned StubSize = 16; variable
|
H A D | EPCIndirectionUtils.h | 38 ABISupport(unsigned PointerSize, unsigned TrampolineSize, unsigned StubSize, in ABISupport() 73 unsigned StubSize = 0; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 191 ParseSectionSpecifier(StringRef Spec,StringRef & Segment,StringRef & Section,unsigned & TAA,bool & TAAParsed,unsigned & StubSize) ParseSectionSpecifier() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 476 unsigned StubSize) { in parseSectionSwitch() argument 690 unsigned StubSize; in parseDirectiveSection() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 107 void advanceStubOffset(unsigned StubSize) { in advanceStubOffset() argument
|
H A D | RuntimeDyld.cpp | 674 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1252 unsigned TAA = 0, StubSize = 0; emitModuleMetadata() local 1307 unsigned TAA = 0, StubSize = 0; getExplicitSectionGlobal() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 2022 unsigned TAA = 0, StubSize = 0; shouldInstrumentGlobal() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 3335 unsigned TAA, StubSize; isValidSectionSpecifier() local
|