Home
last modified time | relevance | path

Searched defs:LocalLabelVal (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp230 unsigned MCContext::NextInstance(unsigned LocalLabelVal) { in NextInstance()
237 unsigned MCContext::GetInstance(unsigned LocalLabelVal) { in GetInstance()
244 MCSymbol *MCContext::getOrCreateDirectionalLocalSymbol(unsigned LocalLabelVal, in getOrCreateDirectionalLocalSymbol()
252 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol()
257 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1701 int64_t LocalLabelVal = -1; in parseStatement() local