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

  /external/llvm/include/llvm/IR/
InlineAsm.h 28 struct InlineAsmKeyType;
43 friend struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType>;
44 friend class ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&,
  /external/llvm/lib/IR/
ConstantsContext.h 352 struct InlineAsmKeyType {
353 InlineAsmKeyType(StringRef AsmString,
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(),
LLVMContextImpl.h 286 ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&, PointerType,
InlineAsm.cpp 31 InlineAsmKeyType Key(AsmString, Constraints, hasSideEffects, isAlignStack,

Completed in 160 milliseconds