OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasInlineAsm
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
152
bool
HasInlineAsm
;
262
bool
hasInlineAsm
() const {
263
return
HasInlineAsm
;
268
HasInlineAsm
= B;
MIRYamlMapping.h
387
bool
HasInlineAsm
= false;
410
YamlIO.mapOptional("
hasInlineAsm
", MF.
HasInlineAsm
);
Completed in 205 milliseconds