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 351 struct InlineAsmKeyType {
352 InlineAsmKeyType(StringRef AsmString,
363 bool operator==(const InlineAsmKeyType& that) const {
370 bool operator<(const InlineAsmKeyType& that) const {
377 bool operator!=(const InlineAsmKeyType& that) const {
487 struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType> {
488 static InlineAsm *create(PointerType *Ty, const InlineAsmKeyType &Key) {
497 typedef InlineAsmKeyType ValType;
499 return InlineAsmKeyType(Asm->getAsmString(), Asm->getConstraintString(),
LLVMContextImpl.h 295 ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&, PointerType,
InlineAsm.cpp 31 InlineAsmKeyType Key(AsmString, Constraints, hasSideEffects, isAlignStack,

Completed in 123 milliseconds