Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp468 static bool isRequiredForExecution(const SectionRef Section) { in isRequiredForExecution() function
543 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize()
799 bool IsRequired = isRequiredForExecution(Section); in emitSection()