Lines Matching refs:LDContext
1 //===- LDContext.cpp ------------------------------------------------------===//
9 #include <mcld/LD/LDContext.h>
17 // LDContext
19 LDContext& LDContext::appendSection(LDSection& pSection)
28 LDSection* LDContext::getSection(unsigned int pIdx)
35 const LDSection* LDContext::getSection(unsigned int pIdx) const
42 LDSection* LDContext::getSection(const std::string& pName)
52 const LDSection* LDContext::getSection(const std::string& pName) const
62 size_t LDContext::getSectionIdx(const std::string& pName) const
72 LDSymbol* LDContext::getSymbol(unsigned int pIdx)
79 const LDSymbol* LDContext::getSymbol(unsigned int pIdx) const
87 LDSymbol* LDContext::getSymbol(const llvm::StringRef& pName)
97 const LDSymbol* LDContext::getSymbol(const llvm::StringRef& pName) const