Home
last modified time | relevance | path

Searched refs:createBlockSymbol (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp85 CachedMCSymbol = Ctx.createBlockSymbol( in getSymbol()
108 CachedEndMCSymbol = Ctx.createBlockSymbol( in getEndSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h470 LLVM_ABI MCSymbol *createBlockSymbol(const Twine &Name,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp386 MCSymbol *MCContext::createBlockSymbol(const Twine &Name, bool AlwaysEmit) { in createBlockSymbol() function in MCContext