Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp168 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function in __anon584bc68e0211::DarwinPPCAsmBackend
185 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function in __anon584bc68e0211::ELFPPCAsmBackend
/external/llvm/include/llvm/MC/
DMCAsmBackend.h80 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp345 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function in __anon886781570211::ELFX86AsmBackend
416 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function in __anon886781570211::DarwinX86_64AsmBackend
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp656 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function in __anon0e7ca6cb0211::DarwinARMAsmBackend
/external/llvm/lib/MC/
DMCAssembler.cpp309 return getBackend().doesSectionRequireSymbols(Symbol.getSection()); in isSymbolLinkerVisible()