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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAsmBackend.h65 /// doesSectionRequireSymbols - Check whether the given section requires that
67 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:llvm::MCAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp141 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:__anon18807::DarwinPPCAsmBackend
176 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:__anon18807::ELFPPCAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp319 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:__anon18858::ELFX86AsmBackend
400 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:__anon18858::DarwinX86_64AsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp445 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { function in class:__anon18742::DarwinARMAsmBackend
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAssembler.cpp218 return getBackend().doesSectionRequireSymbols(Symbol.getSection());

Completed in 372 milliseconds