Searched refs:hasFragRef (Results 1 - 19 of 19) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDSymbol.cpp89 bool LDSymbol::hasFragRef() const { function in class:mcld::LDSymbol
H A DGarbageCollection.cpp157 if (!sym->isDefine() || !sym->outSymbol()->hasFragRef())
215 if (sym == NULL || !sym->hasFragRef())
253 if (sym == NULL || !sym->hasFragRef())
277 if (!info->isDefine() || !sym->hasFragRef())
H A DRelocator.cpp38 assert(input_sym->hasFragRef());
H A DIdenticalCodeFolding.cpp104 if ((*sym)->hasFragRef() && ((*sym)->type() == ResolveInfo::Function)) {
144 if (sym->hasFragRef() && (sym->type() == ResolveInfo::Function)) {
250 if ((sym->type() == ResolveInfo::Function) && sym->hasFragRef()) {
257 if (!pBackend.isSymbolPreemptible(*rel.symInfo()) && sym->hasFragRef() &&
H A DEhFrame.cpp262 bool has_section = rel.symInfo()->outSymbol()->hasFragRef();
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h137 if (KEY1.symbol()->hasFragRef() && KEY2.symbol()->hasFragRef()) {
H A DLDSymbol.h111 bool hasFragRef() const;
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp88 m_pSymInfo->outSymbol()->hasFragRef()) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp456 if (pInfo.outSymbol()->hasFragRef() &&
601 if (!info->outSymbol()->hasFragRef() &&
728 if ((*symbol)->hasFragRef()) {
805 if (!info->outSymbol()->hasFragRef() &&
811 if (info->outSymbol()->hasFragRef() &&
889 if (!info->outSymbol()->hasFragRef() &&
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp498 if (!f_pPreInitArrayStart->hasFragRef()) {
505 if (f_pPreInitArrayEnd->hasFragRef()) {
515 if (!f_pInitArrayStart->hasFragRef()) {
522 if (f_pInitArrayEnd->hasFragRef()) {
532 if (!f_pFiniArrayStart->hasFragRef()) {
539 if (f_pFiniArrayEnd->hasFragRef()) {
549 if (!f_pStack->hasFragRef()) {
649 if (!pSymbol.hasFragRef())
1457 if (pSymbol.resolveInfo()->isDefine() && !pSymbol.hasFragRef())
1460 assert(pSymbol.hasFragRef()
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp589 if (!sym->isDefine() || !sym->outSymbol()->hasFragRef())
846 if (symbol->hasFragRef()) {
H A DARMRelocator.cpp327 assert(pSym.outSymbol()->hasFragRef());
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp230 assert(pSym.outSymbol()->hasFragRef());
483 assert(input_sym->hasFragRef());
H A DHexagonLDBackend.cpp569 if (symbol->hasFragRef()) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp393 if (symbol->hasFragRef()) {
H A DAArch64Relocator.cpp96 assert(pSym.outSymbol()->hasFragRef());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp770 if (symbol->hasFragRef()) {
H A DMipsRelocator.cpp479 assert(pSym.outSymbol()->hasFragRef());
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp192 assert(pSym.outSymbol()->hasFragRef());

Completed in 151 milliseconds