HomeSort by relevance Sort by last modified time
    Searched defs:doesSectionRequireSymbols (Results 1 - 4 of 4) 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/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 {

Completed in 451 milliseconds