Home
last modified time | relevance | path

Searched defs:getBits (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DObjCMethodList.h46 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetBuiltins.h269 uint64_t getBits() const { return Flags; } in getBits() function
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp50 static uint64_t getBits(uint64_t Val, int Start, int End) { in getBits() function