OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowTemporaryLabels
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCContext.cpp
43
AllowTemporaryLabels
(true), DwarfCompileUnitID(0), AutoReset(DoAutoReset) {
103
AllowTemporaryLabels
= true;
132
if (
AllowTemporaryLabels
)
/external/llvm/include/llvm/MC/
MCContext.h
147
bool
AllowTemporaryLabels
;
181
void setAllowTemporaryLabels(bool Value) {
AllowTemporaryLabels
= Value; }
Completed in 24 milliseconds