HomeSort by relevance Sort by last modified time
    Searched refs:doesSectionRequireSymbols (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmBackend.h 78 /// doesSectionRequireSymbols - Check whether the given section requires that
80 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 185 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
202 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 76 virtual bool doesSectionRequireSymbols(const MCSection &Section) const
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 345 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
416 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 656 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/MC/
MCAssembler.cpp 339 return getBackend().doesSectionRequireSymbols(Symbol.getSection());
    [all...]

Completed in 274 milliseconds