Home
last modified time | relevance | path

Searched refs:InlineAsmUsedLabelNames (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp74 InlineAsmUsedLabelNames(Allocator), in MCContext()
153 InlineAsmUsedLabelNames.clear(); in reset()
373 InlineAsmUsedLabelNames[Sym->getName()] = Sym; in registerInlineAsmLabel()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h160 SymbolTable InlineAsmUsedLabelNames; variable
530 return InlineAsmUsedLabelNames.lookup(Name); in getInlineAsmLabel()