Searched defs:BK (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1127 const BindingKey &BK = I.getKey(); local
1129 BK.hasSymbolicOffset() ? Optional<uint64_t>() : BK.getOffset();
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1683 MachOBindEntry::MachOBindEntry(ArrayRef<uint8_t> Bytes, bool is64Bit, Kind BK) argument
1687 TableKind(BK), Malformed(false), Done(false) {}

Completed in 186 milliseconds