HomeSort by relevance Sort by last modified time
    Searched defs:Target (Results 51 - 75 of 533) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 43 // The target location for the relocation is described by RE.SectionID and
48 // the address that the section will have in the target process.
55 // to Target memory contents if they are required for value calculations.
62 // symbol in the target address space.
65 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
83 writeBytesUnaligned(Result, Target, 4);
94 writeBytesUnaligned(0, Target, 4);
99 writeBytesUnaligned(Value + RE.Addend, Target, 8);
  /external/pdfium/fxjs/xfa/
cjx_eventpseudomodel.h 32 Target,
59 JS_PROP(target);
  /external/skqp/src/gpu/text/
GrTextUtils.h 43 class Target {
45 virtual ~Target() = default;
60 Target(int width, int height, const GrColorSpaceInfo& colorSpaceInfo)
132 static void DrawBigText(GrTextUtils::Target*, const GrClip& clip,
137 static void DrawBigPosText(GrTextUtils::Target*,
  /external/spirv-llvm/lib/SPIRV/
OCL21ToSPIRV.cpp 194 auto Target = cast<CallInst>(CI->getArgOperand(0));
195 auto F = Target->getCalledFunction();
203 CI->replaceAllUsesWith(Target);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.cpp 99 Encoder << Target << Dec;
115 Decoder >> Target >> Dec;
125 getEncoder(O) << Target << MemberNumber << Dec << Literals;
136 getDecoder(I) >> Target >> MemberNumber >> Dec >> Literals;
171 auto Target = getOrCreate(I);
174 Target->addDecorate(static_cast<const SPIRVDecorate *const>(Dec));
182 auto Target = getOrCreate(I);
185 Target->addMemberDecorate(static_cast<const SPIRVMemberDecorate*>(Dec));
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 104 std::string Target; // Object this relocation is contained in.
111 : Target(t), Offset(offset), Data(data), Addend(addend),
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 37 #include "llvm/Target/TargetData.h"
38 #include "llvm/Target/TargetMachine.h"
43 // within the corresponding llc passes, and target-specific options
44 // and back-end code generation options are specified with the target machine.
62 TargetTriple("mtriple", cl::desc("Override target triple for module"));
69 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
76 cl::desc("Target specific attributes (-mattr=help for details)"),
85 "Target default relocation model"),
99 "Target default code model"),
239 // Register the target printer for --version.
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
FixedLenDecoderEmitter.h 59 Records(R), Target(R),
60 NumberedInstructions(Target.getInstructionsByEnumValue()),
70 CodeGenTarget Target;
  /external/swiftshader/third_party/subzero/src/
IceInstX8664.cpp 93 const ::Ice::X8664::TargetX8664 *Target) {
96 if (RegNum == Target->getFrameReg()) {
97 Disp += Target->getFrameFixedAllocaOffset();
98 } else if (RegNum != Target->getStackReg()) {
108 const auto *Target =
112 const bool NeedSandboxing = Target->needSandboxing();
115 Disp += getRematerializableOffset(getBase(), Target);
138 CR->emitWithoutPrefix(Target, UseNonsfi ? "@GOTOFF" : "");
195 const auto *Target =
198 Disp += getRematerializableOffset(getBase(), Target);
    [all...]
  /libcore/luni/src/test/etc/loading-test-jar/
TestMethods.java 87 new Target();
94 assertSame("blort", Target.blort());
101 Target.setStaticVariable(22);
102 assertSame(22, Target.staticVariable);
109 Target target = new Target(); local
110 assertSame("zorch", target.zorch());
117 Target target = new Target() local
165 Target2 target = new Target2(); local
173 Target2 target = new Target2(); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExternalASTMerger.h 69 /// The target for an ExternalASTMerger.
90 /// The target for this ExtenralASTMerger.
91 ImporterTarget Target;
94 ExternalASTMerger(const ImporterTarget &Target,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ExternalASTMerger.h 69 /// The target for an ExternalASTMerger.
90 /// The target for this ExtenralASTMerger.
91 ImporterTarget Target;
94 ExternalASTMerger(const ImporterTarget &Target,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ExternalASTMerger.h 69 /// The target for an ExternalASTMerger.
90 /// The target for this ExtenralASTMerger.
91 ImporterTarget Target;
94 ExternalASTMerger(const ImporterTarget &Target,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ExternalASTMerger.h 69 /// The target for an ExternalASTMerger.
90 /// The target for this ExtenralASTMerger.
91 ImporterTarget Target;
94 ExternalASTMerger(const ImporterTarget &Target,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ExternalASTMerger.h 69 /// The target for an ExternalASTMerger.
90 /// The target for this ExtenralASTMerger.
91 ImporterTarget Target;
94 ExternalASTMerger(const ImporterTarget &Target,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ExternalASTMerger.h 69 /// The target for an ExternalASTMerger.
90 /// The target for this ExtenralASTMerger.
91 ImporterTarget Target;
94 ExternalASTMerger(const ImporterTarget &Target,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExternalASTMerger.h 69 /// The target for an ExternalASTMerger.
90 /// The target for this ExtenralASTMerger.
91 ImporterTarget Target;
94 ExternalASTMerger(const ImporterTarget &Target,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ExternalASTMerger.h 69 /// The target for an ExternalASTMerger.
90 /// The target for this ExtenralASTMerger.
91 ImporterTarget Target;
94 ExternalASTMerger(const ImporterTarget &Target,
  /external/libchrome/base/memory/
weak_ptr_unittest.cc 52 struct Target : public TargetBase, public SupportsWeakPtr<Target> {
53 virtual ~Target() {}
55 struct DerivedTarget : public Target {};
57 WeakPtr<Target> target; member in struct:base::__anon24220::Arrow
59 struct TargetWithFactory : public Target {
61 WeakPtrFactory<Target> factory;
72 void CreateArrowFromTarget(Arrow** arrow, Target* target) {
280 Target target; local
286 DerivedTarget target; local
380 Target target; local
392 Target* target = new Target(); local
425 Target target; local
478 Target target; local
496 Target target; local
517 Target target; local
528 Target target; local
542 Target target; local
556 Target target; local
576 Target target; local
601 Target target; local
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiIbft.c 81 // the other for the Target section.
85 // Need expand the control section if more than 2 NIC/Target attempts
188 Fill the NIC and target sections in iSCSI Boot Firmware Table.
203 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE *Target;
215 // Get the offset of the first Nic and Target section.
220 Target = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE *) ((UINTN) Nic +
346 // Fill the Target section.
349 Target->Header.StructureId = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE_ID;
350 Target->Header.Version = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE_VERSION;
351 Target->Header.Length = (UINT16) sizeof (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
Target.java 46 * The notion of a Code Generator target abstracts out the creation
48 * system, this target class may have to be altered to handle more
53 * Target base class is used. I am using a superclass rather than an
54 * interface for this target concept because I can add functionality
57 * target classes).
60 public class Target {
63 * it in the target language as a literal. Useful for dumping
66 * that the target language can hold them as a string.
69 * but your Target subclass is free to alter the translated chars or
70 * add more definitions. This is nonstatic so each target can hav
    [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 245 const TargetInfo &Target = Context.getTargetInfo();
246 unsigned PtrSize = Target.getPointerWidth(0);
247 unsigned IntSize = Target.getIntWidth();
257 if (Ptrs + Ints > 1 && Target.getTriple().isArch32Bit())
260 Align = Target.getPointerAlign(0);
262 Align = Target.getIntAlign();
264 if (Target.getTriple().isArch64Bit())
  /external/clang/lib/CodeGen/
CodeGenTypes.h 125 const TargetInfo &Target;
178 const TargetInfo &getTarget() const { return Target; }
186 /// when we know the target of the function we want to convert. This is
196 /// memory representation is usually i8 or i32, depending on the target.
  /external/clang/unittests/Lex/
LexerTest.cpp 58 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts);
68 Target.get());
72 PP.Initialize(*Target);
116 IntrusiveRefCntPtr<TargetInfo> Target;
  /external/clang/unittests/Tooling/
ToolingTest.cpp 367 /// Find a target name such that looking for it in TargetRegistry by that name
368 /// returns the same target. We expect that there is at least one target
372 for (const auto &Target : llvm::TargetRegistry::targets()) {
374 StringRef TargetName(Target.getName());
377 if (llvm::TargetRegistry::lookupTarget(TargetName, Error) == &Target) {
386 std::string Target = getAnyTarget();
387 ASSERT_FALSE(Target.empty());
392 addTargetAndModeForProgramName(Args, Target + "-g++");
393 EXPECT_EQ((std::vector<std::string>{"clang", "-target", Target
    [all...]

Completed in 1464 milliseconds

1 23 4 5 6 7 8 91011>>