Home
last modified time | relevance | path

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

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