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

  /external/llvm/include/llvm/Target/
TargetAsmBackend.h 65 /// doesSectionRequireSymbols - Check whether the given section requires that
67 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/Target/PowerPC/
PPCAsmBackend.cpp 108 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/Target/X86/
X86AsmBackend.cpp 312 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
393 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/Target/ARM/
ARMAsmBackend.cpp 429 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/MC/
MCAssembler.cpp 218 return getBackend().doesSectionRequireSymbols(Symbol.getSection());

Completed in 275 milliseconds