Searched refs:getSectionPrefixForGlobal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp187 /// getSectionPrefixForGlobal - Return the section prefix name used by options
189 static const char *getSectionPrefixForGlobal(SectionKind Kind) { function
222 Prefix = getSectionPrefixForGlobal(Kind);

Completed in 65 milliseconds