Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h129 Comdat *getComdat() { return ObjComdat; } in getComdat() function
130 Comdat *getComdat() { return ObjComdat; } getComdat() function
H A DGlobalValue.h243 const Comdat *getComdat() const; in getComdat() function
/llvm-project/lld/wasm/
H A DInputChunks.h75 uint32_t getComdat() const { return comdat; } in getComdat() function
/llvm-project/llvm/lib/IR/
H A DGlobals.cpp193 const Comdat *GlobalValue::getComdat() const { getComdat() function in GlobalValue
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1825 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { getComdat() function in LLParser