OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIsThumbFunc
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp
195
getAssembler().
setIsThumbFunc
(Func);
/external/llvm/lib/MC/
MCMachOStreamer.cpp
213
getAssembler().
setIsThumbFunc
(Symbol);
/external/llvm/include/llvm/MC/
MCAssembler.h
969
void
setIsThumbFunc
(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
[
all
...]
Completed in 233 milliseconds