Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h128 bool hasComdat() const { return getComdat() != nullptr; } in getComdat() function
129 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
H A DGlobalValue.h243 Comdat *getComdat() { in getComdat() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp193 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1840 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser