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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 339 struct InlineAsmKeyType {
340 InlineAsmKeyType(StringRef AsmString,
349 bool operator==(const InlineAsmKeyType& that) const {
355 bool operator<(const InlineAsmKeyType& that) const {
367 bool operator!=(const InlineAsmKeyType& that) const {
555 struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType> {
556 static InlineAsm *create(PointerType *Ty, const InlineAsmKeyType &Key) {
564 typedef InlineAsmKeyType ValType;
566 return InlineAsmKeyType(Asm->getAsmString(), Asm->getConstraintString(),
  /external/llvm/lib/IR/
ConstantsContext.h 335 struct InlineAsmKeyType;
344 typedef InlineAsmKeyType ValType;
394 struct InlineAsmKeyType {
402 InlineAsmKeyType(StringRef AsmString, StringRef Constraints,
408 InlineAsmKeyType(const InlineAsm *Asm, SmallVectorImpl<Constant *> &)
413 bool operator==(const InlineAsmKeyType &X) const {

Completed in 217 milliseconds