Home
last modified time | relevance | path

Searched defs:getComdat (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalObject.h122 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
123 Comdat *getComdat() { return ObjComdat; } in getComdat() function
H A DGlobalValue.h229 Comdat *getComdat() { in getComdat() function
/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.h74 uint32_t getComdat() const { return comdat; } in getComdat() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DGlobals.cpp181 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1587 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser