Searched refs:doesSectionRequireSymbols (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmBackend.h64 /// doesSectionRequireSymbols - Check whether the given section requires that
66 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:llvm::MCAsmBackend
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp319 bool doesSectionRequireSymbols(const MCSection &Section) const override {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp762 bool doesSectionRequireSymbols(const MCSection &Section) const override {
/external/llvm/lib/MC/
H A DMCAssembler.cpp415 return getBackend().doesSectionRequireSymbols(Symbol.getSection());

Completed in 1517 milliseconds