Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp2023 bool IsSmallCodeModel; in processX86_64TLSRelocation() local
2034 IsSmallCodeModel = true; in processX86_64TLSRelocation()
2037 IsSmallCodeModel = false; in processX86_64TLSRelocation()
2058 if (IsSmallCodeModel) { in processX86_64TLSRelocation()
2130 if (IsSmallCodeModel) { in processX86_64TLSRelocation()