Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp85 return getPPC64TargetInfo(); in getTarget()
H A DTarget.h187 TargetInfo *getPPC64TargetInfo();
H A DThunks.cpp1434 getPPC64TargetInfo()->ppc64DynamicSectionOpt = 0x2; in addThunkPPC64()
H A DSyntheticSections.cpp1567 addInt(DT_PPC64_OPT, getPPC64TargetInfo()->ppc64DynamicSectionOpt); in computeContents()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp1753 TargetInfo *elf::getPPC64TargetInfo() { in getPPC64TargetInfo() function in elf