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

/external/llvm/include/llvm/IR/
H A DInlineAsm.h29 struct InlineAsmKeyType;
40 friend struct InlineAsmKeyType;
/external/llvm/lib/IR/
H A DConstantsContext.h343 struct InlineAsmKeyType;
352 typedef InlineAsmKeyType ValType;
402 struct InlineAsmKeyType { struct in namespace:llvm
410 InlineAsmKeyType(StringRef AsmString, StringRef Constraints, function in struct:llvm::InlineAsmKeyType
416 InlineAsmKeyType(const InlineAsm *Asm, SmallVectorImpl<Constant *> &) function in struct:llvm::InlineAsmKeyType
421 bool operator==(const InlineAsmKeyType &X) const {
H A DInlineAsm.cpp30 InlineAsmKeyType Key(AsmString, Constraints, FTy, hasSideEffects,

Completed in 76 milliseconds