Home
last modified time | relevance | path

Searched refs:is_pcrel (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp381 MRE.r_word1 = ((unsigned)R.symbolnum << 0) | ((unsigned)R.is_pcrel << 24) | in makeRelocationInfo()
385 MRE.r_word1 = ((unsigned)R.symbolnum << 8) | ((unsigned)R.is_pcrel << 7) | in makeRelocationInfo()
396 ((unsigned)R.length << 28) | ((unsigned)R.is_pcrel << 30) | in makeScatteredRelocationInfo()
H A DMachOYAML.cpp320 IO.mapRequired("pcrel", Relocation.is_pcrel); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h36 bool is_pcrel; member