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

  /external/llvm/include/llvm/
InlineAsm.h 28 struct InlineAsmKeyType;
36 friend struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType>;
37 friend class ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&,
  /external/llvm/lib/VMCore/
ConstantsContext.h 352 struct InlineAsmKeyType {
353 InlineAsmKeyType(StringRef AsmString,
362 bool operator==(const InlineAsmKeyType& that) const {
368 bool operator<(const InlineAsmKeyType& that) const {
380 bool operator!=(const InlineAsmKeyType& that) const {
490 struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType> {
491 static InlineAsm *create(PointerType *Ty, const InlineAsmKeyType &Key) {
499 typedef InlineAsmKeyType ValType;
501 return InlineAsmKeyType(Asm->getAsmString(), Asm->getConstraintString(),
LLVMContextImpl.h 288 ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&, PointerType,
InlineAsm.cpp 31 InlineAsmKeyType Key(AsmString, Constraints, hasSideEffects, isAlignStack);

Completed in 42 milliseconds