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

Completed in 169 milliseconds