Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp327 NextInstance(unsigned LocalLabelVal) NextInstance() argument
334 GetInstance(unsigned LocalLabelVal) GetInstance() argument
341 getOrCreateDirectionalLocalSymbol(unsigned LocalLabelVal,unsigned Instance) getOrCreateDirectionalLocalSymbol() argument
349 createDirectionalLocalSymbol(unsigned LocalLabelVal) createDirectionalLocalSymbol() argument
354 getDirectionalLocalSymbol(unsigned LocalLabelVal,bool Before) getDirectionalLocalSymbol() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1802 int64_t LocalLabelVal = -1; parseStatement() local