Home
last modified time | relevance | path

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

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