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 68 /// doesSectionRequireSymbols - Check whether the given section requires that
70 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 144 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
174 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 335 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
406 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 562 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {

Completed in 41 milliseconds