Home
last modified time | relevance | path

Searched refs:createDirectionalLocalSymbol (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h467 MCSymbol *createDirectionalLocalSymbol(unsigned LocalLabelVal);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp325 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol() function in MCContext
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1918 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal); in parseStatement()
H A DMasmParser.cpp2161 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal); in parseStatement()