Home
last modified time | relevance | path

Searched refs:getBits (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DAArch64.cpp307 static uint64_t getBits(uint64_t val, int start, int end) { in getBits() function
398 or32AArch64Imm(loc, getBits(val, 0, 11)); in relocate()
403 or32AArch64Imm(loc, getBits(val, 1, 11)); in relocate()
408 or32AArch64Imm(loc, getBits(val, 2, 11)); in relocate()
416 or32AArch64Imm(loc, getBits(val, 3, 11)); in relocate()
421 or32AArch64Imm(loc, getBits(val, 4, 11)); in relocate()
425 or32AArch64Imm(loc, getBits(val, 3, 14)); in relocate()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DObjCMethodList.h46 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp50 static uint64_t getBits(uint64_t Val, int Start, int End) { in getBits() function
496 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 0, 11)); in resolveAArch64Relocation()
502 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 1, 11)); in resolveAArch64Relocation()
508 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 2, 11)); in resolveAArch64Relocation()
514 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 3, 11)); in resolveAArch64Relocation()
520 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 4, 11)); in resolveAArch64Relocation()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetBuiltins.h269 uint64_t getBits() const { return Flags; } in getBits() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCommandLine.h1752 unsigned getBits() { return *Location; }
1775 unsigned getBits() { return Bits; }
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3309 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList()
3310 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
4455 unsigned CategCount = List.getBits(); in CheckObjCMethodOverrides()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp3064 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3071 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()