Home
last modified time | relevance | path

Searched refs:shouldEmitLabelsInUpperCase (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCAsmInfo.h664 bool shouldEmitLabelsInUpperCase() const { return EmitLabelsInUpperCase; } in shouldEmitLabelsInUpperCase() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1253 MAI.shouldEmitLabelsInUpperCase() ? SymbolName.upper() : SymbolName); in parsePrimaryExpr()
6258 getContext().getAsmInfo()->shouldEmitLabelsInUpperCase() in parseAsHLASMLabel()