Searched refs:vector (Results 76 - 100 of 130) sorted by path

123456

/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionMap.h16 #include <vector>
36 typedef std::vector<struct Mapping> SectionMappingTy;
H A DSectionMerger.h15 #include <vector>
37 typedef std::vector<Mapping> LDSectionMapTy;
H A DStringUnorderedMap.h11 #include <vector>
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeFactory.h24 * on a small vector is enough.
29 typedef std::vector<Attribute*> AttrSet;
H A DMCLDAttribute.h14 #include <vector>
H A DMCLinker.h264 typedef std::vector<LDSymbol*> OutputSymbolTable;
H A DSearchDirs.h42 typedef std::vector<MCLDDirectory*> DirList;
H A DSymbolCategory.h15 #include <vector>
28 typedef std::vector<LDSymbol*> OutputSymbols;
/frameworks/compile/mclinker/include/mcld/Support/
H A DHandleToArea.h19 #include <vector>
48 // vector and sequential search here.
49 typedef std::vector<Bucket> HandleToAreaMap;
H A DPositionDependentOption.h15 #include <vector>
65 typedef std::vector<PositionDependentOption*> PositionDependentOptions;
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h17 #include <vector>
103 typedef std::vector<elf_dynamic::EntryIF*> EntryListType;
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjWriter.cpp17 #include <vector>
H A DELFExecWriter.cpp17 #include <vector>
H A DLayout.cpp520 typedef std::vector<SectOrder > SectListTy;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h36 typedef std::vector<llvm::ELF::Elf32_Dyn*> ELF32DynList;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp367 for (std::vector<LDSymbol*>::const_iterator symbol = m_GlobalGOTSyms.begin(),
H A DMipsLDBackend.h183 std::vector<LDSymbol*> m_GlobalGOTSyms;
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp137 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
1135 // compare returning Int1Ty or vector of Int1Ty
H A DValueEnumerator.h20 #include <vector>
43 typedef std::vector<llvm::Type*> TypeList;
46 typedef std::vector<std::pair<const llvm::Value*, unsigned> > ValueList;
61 std::vector<llvm::AttrListPtr> Attributes;
73 std::vector<const llvm::BasicBlock*> BasicBlocks;
125 const std::vector<const llvm::BasicBlock*> &getBasicBlocks() const {
128 const std::vector<llvm::AttrListPtr> &getAttributes() const {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp159 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
1089 // compare returning Int1Ty or vector of Int1Ty
H A DValueEnumerator.h20 #include <vector>
43 typedef std::vector<llvm::Type*> TypeList;
46 typedef std::vector<std::pair<const llvm::Value*, unsigned> > ValueList;
61 std::vector<llvm::AttrListPtr> Attributes;
73 std::vector<const llvm::BasicBlock*> BasicBlocks;
125 const std::vector<const llvm::BasicBlock*> &getBasicBlocks() const {
128 const std::vector<llvm::AttrListPtr> &getAttributes() const {
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp22 #include <vector>
110 std::vector<std::string> mIncludePaths;
128 std::vector<std::string> mFeatures;
142 std::vector<std::string> mAdditionalDepTargets;
H A Dllvm-rs-link.cpp20 #include <vector>
69 std::vector<const char *> &Names) {
97 static bool GetExportSymbols(Module *M, std::vector<const char *> &Names) {
148 const std::vector<std::string> &AdditionalLibs,
167 for (std::vector<std::string>::const_iterator
227 std::vector<const char *> ExportList;
H A Dslang.cpp22 #include <vector>
175 const std::vector<std::string> &Features) {
219 std::vector<clang::DirectoryLookup> SearchList;
261 const std::vector<std::string> &Features,
386 for (std::vector<std::string>::const_iterator
H A Dslang.h22 #include <vector>
95 std::vector<std::string> const &Features);
129 std::vector<std::string> mAdditionalDepTargets;
130 std::vector<std::string> mGeneratedFileNames;
140 std::vector<std::string> mIncludePaths;
172 const std::vector<std::string> &Features,
188 void setIncludePaths(const std::vector<std::string> &IncludePaths) {
207 std::vector<std::string> const &AdditionalDepTargets) {

Completed in 144 milliseconds

123456