| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Internalize.cpp | 133 GlobalValue &GV, DenseMap<const Comdat *, ComdatInfo> &ComdatMap) { in maybeInternalize() 172 GlobalValue &GV, DenseMap<const Comdat *, ComdatInfo> &ComdatMap) { in checkComdat()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | GlobalDCE.h | 28 class Comdat; variable
|
| H A D | Internalize.h | 31 class Comdat; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Comdat.cpp | 24 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Instrumentation.cpp | 97 if (auto Comdat = F.getComdat()) in getOrCreateFunctionComdat() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | IndirectThunks.h | 120 MachineModuleInfo &MMI, StringRef Name, bool Comdat, in createThunkFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | IRSymtab.h | 83 struct Comdat { struct 86 // llvm::Comdat::SelectionKind argument 100 /// The index into Header::Comdats, or -1 if not a comdat member. argument
|
| H A D | Wasm.h | 115 uint32_t Comdat = UINT32_MAX; // From the "comdat info" section member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 25 class Comdat; variable
|
| H A D | GlobalValue.h | 34 class Comdat; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.h | 30 class Comdat; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Instrumentation.h | 32 class Comdat; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 182 struct Comdat { struct 184 std::vector<ComdatEntry> Entries; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 29 class Comdat; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 398 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FunctionInstrumenter() 649 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FuncPGOInstrumentation() 759 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in canRenameComdat() 1166 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in PGOUseFunc() 1898 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in collectComdatMembers()
|
| H A D | SanitizerCoverage.cpp | 754 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 207 storage::Comdat Comdat; in getComdatIndex() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 557 int Comdat = Sym.getComdatIndex(); in dumpSymtab() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 44 class Comdat; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 504 WasmYAML::Comdat &Comdat) { in mapping()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 407 uint32_t Comdat; // from the "comdat info" section member 421 uint32_t Comdat; // from the "comdat info" section member
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 586 bool Comdat, unsigned UniqueID, in createELFSectionImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1147 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() local
|