Searched refs:GetSectionSuffix (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCWin64EH.h84 static StringRef GetSectionSuffix(const MCSymbol *func);
/external/llvm/lib/MC/
H A DMCWin64EH.cpp205 StringRef MCWin64EHUnwindEmitter::GetSectionSuffix(const MCSymbol *func) { function in class:llvm::MCWin64EHUnwindEmitter
251 getWin64EHTableSection(GetSectionSuffix(info->Function), context);
263 getWin64EHTableSection(GetSectionSuffix(info.Function), context);
271 getWin64EHFuncTableSection(GetSectionSuffix(info.Function), context);
H A DMCAsmStreamer.cpp1149 StringRef suffix=MCWin64EHUnwindEmitter::GetSectionSuffix(CurFrame->Function);

Completed in 82 milliseconds