Home
last modified time | relevance | path

Searched refs:createLinkerPrivateTempSymbol (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp164 MCSymbol *Label = getContext().createLinkerPrivateTempSymbol(); in ChangeSection()
DMCContext.cpp220 MCSymbol *MCContext::createLinkerPrivateTempSymbol() { in createLinkerPrivateTempSymbol() function in MCContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h343 MCSymbol *createLinkerPrivateTempSymbol();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp888 auto TempSym = getContext().createLinkerPrivateTempSymbol(); in onEndOfFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp697 MCSymbol *PrefixSym = OutContext.createLinkerPrivateTempSymbol(); in EmitFunctionHeader()
721 OutContext.createLinkerPrivateTempSymbol(); in EmitFunctionHeader()