Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h239 bool AllowTemporaryLabels = true; variable
456 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp180 AllowTemporaryLabels = true; in reset()
273 if (AllowTemporaryLabels && !IsTemporary) in createSymbol()