Home
last modified time | relevance | path

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

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