Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h39 bool is_extern; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp384 ((unsigned)R.length << 25) | ((unsigned)R.is_extern << 27) | in makeRelocationInfo()
388 ((unsigned)R.length << 5) | ((unsigned)R.is_extern << 4) | in makeRelocationInfo()
H A DMachOYAML.cpp324 IO.mapRequired("extern", Relocation.is_extern); in mapping()