Searched refs:getBits (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | AArch64.cpp | 307 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/ |
| D | ObjCMethodList.h | 46 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 50 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/ |
| D | TargetBuiltins.h | 269 uint64_t getBits() const { return Flags; } in getBits() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | CommandLine.h | 1752 unsigned getBits() { return *Location; } 1775 unsigned getBits() { return Bits; }
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaDeclObjC.cpp | 3309 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/ |
| D | ASTWriter.cpp | 3064 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData() 3071 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
|