Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2050 StringRef FaultMapSectionName; in printFaultMaps() local
2053 FaultMapSectionName = ".llvm_faultmaps"; in printFaultMaps()
2055 FaultMapSectionName = "__llvm_faultmaps"; in printFaultMaps()
2072 if (Name == FaultMapSectionName) { in printFaultMaps()