Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.h239 Comdat *getComdat() { in getComdat() function
/openbsd/gnu/llvm/lld/wasm/
H A DInputChunks.h75 uint32_t getComdat() const { return comdat; } in getComdat() function
/openbsd/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp175 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp1674 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser