Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h166 StringMap<MCSymbol *, BumpPtrAllocator &> InlineAsmUsedLabelNames; variable
514 return InlineAsmUsedLabelNames.lookup(Name); in getInlineAsmLabel()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp74 InlineAsmUsedLabelNames(Allocator), in MCContext()
159 InlineAsmUsedLabelNames.clear(); in reset()
426 InlineAsmUsedLabelNames[Sym->getName()] = Sym; in registerInlineAsmLabel()