Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h493 MCSymbol *createDirectionalLocalSymbol(unsigned LocalLabelVal);
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp346 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol() function in MCContext
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1939 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal); in parseStatement()
H A DMasmParser.cpp2259 Sym = Ctx.createDirectionalLocalSymbol(0); in parseStatement()