Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCContext.cpp51 AllowTemporaryLabels(true), DwarfCompileUnitID(0), in MCContext()
102 AllowTemporaryLabels = true; in reset()
179 if (AllowTemporaryLabels && !IsTemporary) in createSymbol()
/external/llvm/include/llvm/MC/
DMCContext.h176 bool AllowTemporaryLabels; variable
255 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h196 bool AllowTemporaryLabels = true; variable
372 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h190 bool AllowTemporaryLabels = true; variable
326 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp118 AllowTemporaryLabels = true; in reset()
187 if (AllowTemporaryLabels && !IsTemporary) in createSymbol()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp122 AllowTemporaryLabels = true; in reset()
209 if (AllowTemporaryLabels && !IsTemporary) in createSymbol()