Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp141 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function in __anon478235330211::DarwinPPCAsmBackend
176 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function in __anon478235330211::ELFPPCAsmBackend
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmBackend.h67 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp319 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function in __anone42e657c0211::ELFX86AsmBackend
400 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function in __anone42e657c0211::DarwinX86_64AsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp445 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() function in __anon6a438af00211::DarwinARMAsmBackend
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp218 return getBackend().doesSectionRequireSymbols(Symbol.getSection()); in isSymbolLinkerVisible()