OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCode64Directive
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmInfo.h
473
const char *
getCode64Directive
() const {
/external/llvm/lib/MC/
MCAsmStreamer.cpp
372
case MCAF_Code64: OS << '\t'<< MAI->
getCode64Directive
();break;
[
all
...]
Completed in 44 milliseconds