HomeSort by relevance Sort by last modified time
    Searched refs:InlineAsmKeyType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
InlineAsm.h 29 struct InlineAsmKeyType;
40 friend struct InlineAsmKeyType;
  /external/llvm/lib/IR/
ConstantsContext.h 343 struct InlineAsmKeyType;
352 typedef InlineAsmKeyType ValType;
402 struct InlineAsmKeyType {
410 InlineAsmKeyType(StringRef AsmString, StringRef Constraints,
416 InlineAsmKeyType(const InlineAsm *Asm, SmallVectorImpl<Constant *> &)
421 bool operator==(const InlineAsmKeyType &X) const {
InlineAsm.cpp 30 InlineAsmKeyType Key(AsmString, Constraints, FTy, hasSideEffects,

Completed in 345 milliseconds