Searched refs:llvm (Results 226 - 250 of 375) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp43 #include <llvm/ADT/StringRef.h>
44 #include <llvm/ADT/Triple.h>
45 #include <llvm/ADT/Twine.h>
46 #include <llvm/Support/Casting.h>
47 #include <llvm/Support/ELF.h>
156 llvm::ELF::SHT_ARM_EXIDX,
157 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_LINK_ORDER,
161 llvm::ELF::SHT_PROGBITS,
162 llvm
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h133 virtual llvm::StringRef createCIERegionForPLT() = 0;
134 virtual llvm::StringRef createFDERegionForPLT() = 0;
188 llvm::StringRef createCIERegionForPLT();
189 llvm::StringRef createFDERegionForPLT();
230 llvm::StringRef createCIERegionForPLT();
231 llvm::StringRef createFDERegionForPLT();
H A DX86GOTPLT.h14 #include <llvm/ADT/DenseMap.h>
/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp24 #include "llvm/IR/DataLayout.h"
25 #include "llvm/IR/DerivedTypes.h"
52 llvm::StringRef Name = FD->getName();
80 llvm::StringRef ParamName = PVD->getName();
127 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const {
140 const llvm::StructLayout *ParamTySL =
148 llvm::Type *T1 = F->getType()->getLLVMType();
149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
H A Dslang_rs_export_type.cpp26 #include "llvm/ADT/StringExtras.h"
27 #include "llvm/IR/DataLayout.h"
28 #include "llvm/IR/DerivedTypes.h"
29 #include "llvm/IR/Type.h"
106 /* TODO If we return std::string instead of llvm::StringRef, we could build
182 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
210 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
259 llvm::SmallPtrSet<clang::Type const *, 8> &SPS,
440 llvm::SmallPtrSet<const clang::Type*, 8> SPS =
441 llvm
[all...]
H A Dllvm-rs-as.cpp1 //===--- llvm-as.cpp - The low-level LLVM assembler -----------------------===//
11 // llvm-as --help - Output information about command line switches
12 // llvm-as [options] - Read LLVM asm from stdin, write bitcode to stdout
13 // llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bitcode
18 #include "llvm/IR/LLVMContext.h"
19 #include "llvm/IR/Verifier.h"
20 #include "llvm/AsmParser/Parser.h"
21 #include "llvm/Bitcode/ReaderWriter.h"
22 #include "llvm/IR/Module.h"
23 #include "llvm/Suppor
[all...]
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp24 #include <llvm/ADT/StringRef.h>
34 if (pFlag & llvm::ELF::SHF_EXCLUDE)
37 if (pFlag & llvm::ELF::SHF_MASKPROC)
41 llvm::StringRef name(pName);
65 case llvm::ELF::SHT_NULL:
67 case llvm::ELF::SHT_INIT_ARRAY:
68 case llvm::ELF::SHT_FINI_ARRAY:
69 case llvm::ELF::SHT_PREINIT_ARRAY:
70 case llvm::ELF::SHT_PROGBITS: {
71 if ((pFlag & llvm
[all...]
H A DTargetOptions.cpp36 void TargetOptions::setTriple(const llvm::Triple& pTriple) {
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h16 #include <llvm/ADT/ilist_node.h>
17 #include <llvm/Support/DataTypes.h>
25 class Relocation : public llvm::ilist_node<Relocation> {
H A DFillFragment.h14 #include <llvm/Support/DataTypes.h>
/frameworks/compile/mclinker/lib/Target/
H A DELFEmulation.cpp14 #include <llvm/Support/Host.h>
92 case llvm::Triple::NetBSD:
95 case llvm::Triple::Win32:
H A DGOT.cpp14 #include <llvm/Support/Casting.h>
/frameworks/rs/rsov/compiler/unit_tests/
H A DTestRunner.h20 #include "llvm/Support/Debug.h"
21 #include "llvm/Support/raw_ostream.h"
48 llvm::outs() << "Test(" << TC.description << ") {\n";
50 llvm::outs() << "\n} (" << TC.description << ") [" << getCheckSuccessNum()
95 llvm::errs() << "\nCHECK <( " #CONDITION " )> failed!\n"; \
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIslandFactory.h15 #include <llvm/Support/DataTypes.h>
H A DEhFrame.h18 #include <llvm/ADT/StringRef.h>
61 explicit Record(llvm::StringRef pRegion);
64 const llvm::StringRef getRegion() const {
67 llvm::StringRef getRegion() { return RegionFragment::getRegion(); }
81 explicit CIE(llvm::StringRef pRegion);
139 FDE(llvm::StringRef pRegion, CIE& pCIE);
153 explicit GeneratedCIE(llvm::StringRef pRegion);
162 GeneratedFDE(llvm::StringRef pRegion, CIE& pCIE);
H A DIdenticalCodeFolding.h12 #include <llvm/ADT/MapVector.h>
34 typedef llvm::MapVector<LDSection*, ObjectAndId> KeptSections;
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h46 explicit Input(llvm::StringRef pName);
48 Input(llvm::StringRef pName, const AttributeProxy& pAttr);
50 Input(llvm::StringRef pName,
55 Input(llvm::StringRef pName,
/frameworks/compile/mclinker/lib/Fragment/
H A DFragment.cpp13 #include <llvm/Support/DataTypes.h>
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum835769Stub.h15 #include <llvm/Support/DataTypes.h>
H A DAArch64CA53Erratum843419Stub.h15 #include <llvm/Support/DataTypes.h>
H A DAArch64CA53Erratum843419Stub2.h15 #include <llvm/Support/DataTypes.h>
H A DAArch64CA53ErratumStub.cpp23 #include <llvm/ADT/StringExtras.h>
24 #include <llvm/Support/ELF.h>
45 addFixup(0x4, 0, llvm::ELF::R_AARCH64_JUMP26);
77 .append(llvm::utohexstr(pIsland.numOfStubs()))
H A DAArch64CA53Erratum835769Stub.cpp20 #include <llvm/ADT/StringExtras.h>
21 #include <llvm/Support/ELF.h>
/frameworks/rs/rsov/compiler/
H A DInlinePreparationPass.cpp19 #include "llvm/IR/Module.h"
20 #include "llvm/Pass.h"
21 #include "llvm/Support/Debug.h"
22 #include "llvm/Support/raw_ostream.h"
28 using namespace llvm;
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp15 #include <llvm/Support/Host.h>
47 if (llvm::sys::IsLittleEndianHost != m_pConfig->targets().isLittleEndian()) {

Completed in 385 milliseconds

1234567891011>>