Home
last modified time | relevance | path

Searched refs:BKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DOptEmitter.cpp22 const Record *BKind = B->getValueAsDef("Kind"); in IsOptionRecordsLess() local
25 bool BSent = BKind->getValueAsBit("Sentinel"); in IsOptionRecordsLess()
44 int BPrec = BKind->getValueAsInt("Precedence"); in IsOptionRecordsLess()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4464 MachOBindEntry::Kind BKind) { in bindTable() argument
4467 MachOBindEntry Start(&Err, O, Opcodes, is64, BKind); in bindTable()
4470 MachOBindEntry Finish(&Err, O, Opcodes, is64, BKind); in bindTable()