Searched refs:InlineAsmKeyType (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h28 struct InlineAsmKeyType;
43 friend struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType>;
44 friend class ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&,
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DConstantsContext.h352 struct InlineAsmKeyType { struct in namespace:llvm
353 InlineAsmKeyType(StringRef AsmString, function in struct:llvm::InlineAsmKeyType
364 bool operator==(const InlineAsmKeyType& that) const {
371 bool operator<(const InlineAsmKeyType& that) const {
385 bool operator!=(const InlineAsmKeyType& that) const {
495 struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType> {
496 static InlineAsm *create(PointerType *Ty, const InlineAsmKeyType &Key) {
505 typedef InlineAsmKeyType ValType;
507 return InlineAsmKeyType(Asm->getAsmString(), Asm->getConstraintString(),
H A DLLVMContextImpl.h286 ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&, PointerType,
H A DInlineAsm.cpp31 InlineAsmKeyType Key(AsmString, Constraints, hasSideEffects, isAlignStack,

Completed in 55 milliseconds