/minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
H A D | Tools.h | 179 Link(const ToolChain &TC) : Common("gcc::Link", in Link() function 210 Link(const ToolChain &TC) : GnuTool("hexagon::Link", in Link() function 294 Link(const ToolChain &TC) : MachOTool("darwin::Link", "linker", TC, in Link() function 366 Link(const ToolChain &TC) : GnuTool("openbsd::Link", "linker", TC) {} in Link() function 394 Link(const ToolChain &TC) : GnuTool("bitrig::Link", "linker", TC) {} in Link() function 422 Link(const ToolChain &TC) : GnuTool("freebsd::Link", "linker", TC) {} in Link() function 452 Link(const ToolChain &TC) in Link() function 481 Link(const ToolChain &TC) : GnuTool("GNU::Link", "linker", TC) {} in Link() function 510 Link(const ToolChain &TC) : GnuTool("minix::Link", "linker", TC) {} in Link() function 539 Link(const ToolChain &TC) : Tool("solaris::Link", "linker", TC) {} in Link() function [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | pointer-signext.c | 20 LIST_ENTRY Link; member 25 LIST_ENTRY *Link; in test() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Globals.cpp | 146 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable() 164 LinkageTypes Link, Constant *InitVal, in GlobalVariable() 248 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias() 260 LinkageTypes Link, const Twine &Name, in create() 277 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/ |
H A D | Phases.h | 24 Link enumerator
|
H A D | ToolChain.h | 71 mutable std::unique_ptr<Tool> Link; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | StratifiedSets.h | 344 auto &Link = linksAt(Info.Index); in finalizeSets() local 355 const auto *Link = &Links[Idx]; in propagateAttrs() local 440 auto &Link = linksAt(Info->Index); in noteAttribute() local 447 auto &Link = linksAt(Info->Index); in noteAttributes() local 454 auto *Link = &linksAt(Info->Index); in getAttributes() local 476 auto &Link = linksAt(Info->Index); in getRawAttributes() local 663 auto &Link = linksAt(Info->Index); in indexOf() local 684 auto Link = Links.size(); in addLinks() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.cpp | 244 unsigned Link = (OC[Offset] & 0x20) >> 5; in opcode_10Lxxxxx() local 275 unsigned Link = (OC[Offset] & 0x4) >> 3; in opcode_11010Lxx() local 292 unsigned Link = (OC[Offset] & 0x4) >> 2; in opcode_11011Lxx() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELFYAML.h | 81 StringRef Link; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 1303 uint32_t Link, uint32_t Info, in WriteSecHdrEntry()
|