Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h39 bool is_extern; member
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dmmix.c1415 int is_extern = 1; in mmix_asm_output_labelref() local
1419 is_extern = 0; in mmix_asm_output_labelref()
1422 is_extern && TARGET_TOPLEVEL_SYMBOLS ? ":" : "", in mmix_asm_output_labelref()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp383 ((unsigned)R.length << 25) | ((unsigned)R.is_extern << 27) | in makeRelocationInfo()
387 ((unsigned)R.length << 5) | ((unsigned)R.is_extern << 4) | in makeRelocationInfo()
H A DMachOYAML.cpp323 IO.mapRequired("extern", Relocation.is_extern); in mapping()
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c1569 int is_extern = 1; local
1573 is_extern = 0;
1576 is_extern && TARGET_TOPLEVEL_SYMBOLS ? ":" : "",
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp111 R.is_extern = in constructSectionCommon()