Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp72 InlineAsmUsedLabelNames(Allocator), in MCContext()
141 InlineAsmUsedLabelNames.clear(); in reset()
352 InlineAsmUsedLabelNames[Sym->getName()] = Sym; in registerInlineAsmLabel()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h139 SymbolTable InlineAsmUsedLabelNames; variable
504 return InlineAsmUsedLabelNames.lookup(Name); in getInlineAsmLabel()