Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp188 SymbolRef::Type BType = *BTypeOrErr; in operator ()() local
190 uint64_t BAddr = (BType != SymbolRef::ST_Function) ? 0 : B.getValue(); in operator ()()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1123 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc() local
1124 return getNode(TLI->getExtendForContent(BType), SL, VT, Op); in getBoolExtOrTrunc()