OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeFunctionCode
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.h
38
/// (3)
writeFunctionCode
(must invoke once per function)
73
void
writeFunctionCode
(GlobalString FuncName, bool IsInternal,
IceELFObjectWriter.cpp
220
void ELFObjectWriter::
writeFunctionCode
(GlobalString FuncName, bool IsInternal,
IceGlobalContext.cpp
665
getObjectWriter()->
writeFunctionCode
(Name, Asm->getInternal(),
[
all
...]
/external/swiftshader/src/Reactor/
SubzeroReactor.cpp
599
objectWriter->
writeFunctionCode
(::function->getFunctionName(), false, assembler.get());
[
all
...]
Completed in 54 milliseconds