Searched refs:pAsNeeded (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DInputToken.cpp21 InputToken::InputToken(Type pType, const std::string& pName, bool pAsNeeded) argument
22 : StrToken(StrToken::Input, pName), m_Type(pType), m_bAsNeeded(pAsNeeded)
H A DFileToken.cpp25 FileToken::FileToken(const std::string& pName, bool pAsNeeded) argument
26 : InputToken(InputToken::File, pName, pAsNeeded)
34 FileToken* FileToken::create(const std::string& pName, bool pAsNeeded) argument
37 new (result) FileToken(pName, pAsNeeded);
H A DNameSpec.cpp25 NameSpec::NameSpec(const std::string& pName, bool pAsNeeded) argument
26 : InputToken(InputToken::NameSpec, pName, pAsNeeded)
34 NameSpec* NameSpec::create(const std::string& pName, bool pAsNeeded) argument
37 new (result) NameSpec(pName, pAsNeeded);
/frameworks/compile/mclinker/include/mcld/Script/
H A DFileToken.h29 FileToken(const std::string& pName, bool pAsNeeded);
40 static FileToken* create(const std::string& pName, bool pAsNeeded);
H A DNameSpec.h29 NameSpec(const std::string& pName, bool pAsNeeded);
40 static NameSpec* create(const std::string& pName, bool pAsNeeded);
H A DInputToken.h32 InputToken(Type pType, const std::string& pName, bool pAsNeeded);

Completed in 813 milliseconds