Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h129 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
130 Comdat *getComdat() { return ObjComdat; } in getComdat() function
H A DGlobalValue.h243 Comdat *getComdat() { in getComdat() function
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1752 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp184 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue