OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKindForSize
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
MCFixup.h
82
///
getKindForSize
- Return the generic fixup kind for a value with the given
84
static MCFixupKind
getKindForSize
(unsigned Size, bool isPCRel) {
/external/llvm/lib/MC/
MCObjectStreamer.cpp
104
MCFixup::
getKindForSize
(Size, false)));
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
154
return MCFixup::
getKindForSize
(Size, isPCRel);
[
all
...]
Completed in 117 milliseconds