OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAscizDirective
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmInfo.h
482
const char *
getAscizDirective
() const { return AscizDirective; }
/external/llvm/lib/MC/
MCAsmStreamer.cpp
676
if (MAI->
getAscizDirective
() && Data.back() == 0) {
677
OS << MAI->
getAscizDirective
();
[
all
...]
Completed in 2554 milliseconds