OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLinkOnceDirective
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmInfo.h
534
const char *
getLinkOnceDirective
() const { return LinkOnceDirective; }
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
234
} else if (MAI->
getLinkOnceDirective
() != 0) {
463
if (MAI->
getLinkOnceDirective
() != 0 &&
[
all
...]
Completed in 96 milliseconds