Searched refs:doesSectionRequireSymbols (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCAsmBackend.h75 /// doesSectionRequireSymbols - Check whether the given section requires that
77 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:llvm::MCAsmBackend
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp144 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:__anon10447::DarwinPPCAsmBackend
174 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:__anon10447::ELFPPCAsmBackend
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp343 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:__anon10492::ELFX86AsmBackend
414 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:__anon10492::DarwinX86_64AsmBackend
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp609 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:__anon10364::DarwinARMAsmBackend
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCAssembler.cpp218 return getBackend().doesSectionRequireSymbols(Symbol.getSection());

Completed in 192 milliseconds