Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DSymbolTable.cpp507 StringRef name_without_underscore = name; in getAlternativeSpelling() local
508 name_without_underscore.consume_front("_"); in getAlternativeSpelling()
511 if (canSuggestExternCForCXX(name_without_underscore, it.first)) { in getAlternativeSpelling()
517 if (canSuggestExternCForCXX(name_without_underscore, sym->getName())) { in getAlternativeSpelling()