OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasLinkerPrivateGlobalPrefix
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
DataLayout.h
259
bool
hasLinkerPrivateGlobalPrefix
() const { return ManglingMode == MM_MachO; }
/external/llvm/include/llvm/MC/
MCAsmInfo.h
461
bool
hasLinkerPrivateGlobalPrefix
() const {
465
if (
hasLinkerPrivateGlobalPrefix
())
Completed in 367 milliseconds