Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h217 bool AllowTemporaryLabels = true; variable
433 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp171 AllowTemporaryLabels = true; in reset()
259 if (AllowTemporaryLabels && !IsTemporary) in createSymbol()