Searched defs:MAI (Results 51 - 54 of 54) sorted by relevance

123

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp102 TM(tm), MAI(tm.getMCAsmInfo()), MII(tm.getInstrInfo()),
204 if (MAI->hasSingleParameterDotFile()) {
224 if (MAI->doesSupportDebugInformation()) {
236 switch (MAI->getExceptionHandlingType()) {
255 static bool canBeHidden(const GlobalValue *GV, const MCAsmInfo &MAI) { argument
260 if (!MAI.hasWeakDefCanBeHiddenDirective())
293 if (MAI->hasWeakDefDirective()) {
297 if (!canBeHidden(GV, *MAI))
302 } else if (MAI->hasLinkOnceDirective()) {
359 if (MAI
[all...]
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp573 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo(); local
581 return getInlineAsmLength(MI->getOperand(0).getSymbolName(), *MAI);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp128 const MCAsmInfo &MAI; member in class:__anon25885::AsmParser
174 /// AssemblerDialect. ~OU means unset value and use value provided by MAI.
185 const MCAsmInfo &MAI);
205 return MAI.getAssemblerDialect();
493 : Lexer(_MAI), Ctx(_Ctx), Out(_Out), MAI(_MAI), SrcMgr(_SM),
675 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) {
813 if (!MAI.useParensForSymbolVariant()) {
850 } else if (MAI.doesAllowAtInName() && !MAI.useParensForSymbolVariant()) {
2440 if (MAI
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8337 const MCAsmInfo *MAI = getParser().getStreamer().getContext().getAsmInfo(); local
8338 bool isMachO = MAI->hasSubsectionsViaSymbols();

Completed in 1329 milliseconds

123