Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h100 bool ProcessDebugSections = false);
108 bool ProcessDebugSections = false) {
114 ProcessDebugSections);
195 bool ProcessDebugSections) { in forEachRelocation() argument
H A DELFLinkGraphBuilder.h69 ELFLinkGraphBuilder &setProcessDebugSections(bool ProcessDebugSections) { in setProcessDebugSections() argument
70 this->ProcessDebugSections = ProcessDebugSections; in setProcessDebugSections()
180 bool ProcessDebugSections = true; variable
343 if (!ProcessDebugSections && isDwarfSection(*Name)) { in graphifySections()
615 if (!ProcessDebugSections && isDwarfSection(*Name)) { in forEachRelaRelocation()
665 if (!ProcessDebugSections && isDwarfSection(*Name)) { in forEachRelRelocation()