Home
last modified time | relevance | path

Searched refs:TargetName (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetSelect.h22 #define LLVM_TARGET(TargetName) void LLVMInitialize##TargetName##TargetInfo(); argument
25 #define LLVM_TARGET(TargetName) void LLVMInitialize##TargetName##Target(); argument
29 #define LLVM_TARGET(TargetName) void LLVMInitialize##TargetName##TargetMC(); argument
33 #define LLVM_ASM_PRINTER(TargetName) void LLVMInitialize##TargetName##AsmPrinter(); argument
37 #define LLVM_ASM_PARSER(TargetName) void LLVMInitialize##TargetName##AsmParser(); argument
41 #define LLVM_DISASSEMBLER(TargetName) \ argument
42 void LLVMInitialize##TargetName##Disassembler();
53 #define LLVM_TARGET(TargetName) LLVMInitialize##TargetName##TargetInfo(); in InitializeAllTargetInfos() argument
66 #define LLVM_TARGET(TargetName) LLVMInitialize##TargetName##Target(); in InitializeAllTargets() argument
76 #define LLVM_TARGET(TargetName) LLVMInitialize##TargetName##TargetMC(); in InitializeAllTargetMCs() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DTarget.h41 #define LLVM_TARGET(TargetName) \ argument
42 void LLVMInitialize##TargetName##TargetInfo(void);
46 #define LLVM_TARGET(TargetName) void LLVMInitialize##TargetName##Target(void); argument
50 #define LLVM_TARGET(TargetName) \ argument
51 void LLVMInitialize##TargetName##TargetMC(void);
56 #define LLVM_ASM_PRINTER(TargetName) \ argument
57 void LLVMInitialize##TargetName##AsmPrinter(void);
62 #define LLVM_ASM_PARSER(TargetName) \ argument
63 void LLVMInitialize##TargetName##AsmParser(void);
68 #define LLVM_DISASSEMBLER(TargetName) \ argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h144 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub() argument
154 OriginalRelValueRef.SymbolName = TargetName.data(); in generateRelocationStub()
159 << TargetName.data() << "\n"); in generateRelocationStub()
166 LLVM_DEBUG(dbgs() << " Stub function found for " << TargetName.data() in generateRelocationStub()
217 StringRef TargetName = *TargetNameOrErr; in processRelocationRef() local
233 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
250 << TargetName << " Addend " << Addend << "\n"); in processRelocationRef()
254 addRelocationForSymbol(RE, TargetName); in processRelocationRef()
DRuntimeDyldCOFFAArch64.h99 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub() argument
109 OriginalRelValueRef.SymbolName = TargetName.data(); in generateRelocationStub()
114 << TargetName.data() << "\n"); in generateRelocationStub()
121 LLVM_DEBUG(dbgs() << " Stub function found for " << TargetName.data() in generateRelocationStub()
153 StringRef TargetName = *TargetNameOrErr; in processRelocationRef() local
185 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
224 << TargetName << " Addend " << Addend << "\n"); in processRelocationRef()
230 addRelocationForSymbol(RE, TargetName); in processRelocationRef()
DRuntimeDyldCOFFI386.h50 StringRef TargetName = *TargetNameOrErr; in processRelocationRef() local
84 << TargetName << " Addend " << Addend << "\n"); in processRelocationRef()
89 addRelocationForSymbol(RE, TargetName); in processRelocationRef()
DRuntimeDyldCOFFThumb.h72 StringRef TargetName = *TargetNameOrErr; in processRelocationRef() local
104 << TargetName << " Addend " << Addend << "\n"); in processRelocationRef()
109 addRelocationForSymbol(RE, TargetName); in processRelocationRef()
DRuntimeDyldMachOARM.h116 StringRef TargetName; in processRelocationRef() local
118 TargetName = *TargetNameOrErr; in processRelocationRef()
125 auto EntryItr = GlobalSymbolTable.find(TargetName); in processRelocationRef()
/third_party/grpc/src/csharp/Grpc.Core.Api/
DVerifyPeerContext.cs34 this.TargetName = targetName; in VerifyPeerContext()
41 public string TargetName { get; } property in Grpc.Core.VerifyPeerContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.cpp36 TargetName = CPU.empty() ? "sm_20" : CPU; in initializeSubtargetDependencies()
38 ParseSubtargetFeatures(TargetName, FS); in initializeSubtargetDependencies()
DNVPTXSubtarget.h33 std::string TargetName; variable
81 std::string getTargetName() const { return TargetName; } in getTargetName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h141 StringRef StubContainer, StringRef TargetName)>;
143 StringRef GOTContainer, StringRef TargetName)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp110 StringRef TargetName; in getRelocationValueRef() local
112 TargetName = *TargetNameOrErr; in getRelocationValueRef()
116 GlobalSymbolTable.find(TargetName.data()); in getRelocationValueRef()
122 Value.SymbolName = TargetName.data(); in getRelocationValueRef()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DSZTargets.def20 #error Please define the macro SUBZERO_TARGET(TargetName)
DIceASanInstrumentation.cpp146 std::string TargetName = TargetDecl->getName().toStringOrEmpty(); in instrumentGlobals() local
147 StringMap::const_iterator Subst = FuncSubstitutions.find(TargetName); in instrumentGlobals()
348 std::string TargetName = CallTarget->getName().toStringOrEmpty(); in instrumentCall() local
349 auto Subst = FuncSubstitutions.find(TargetName); in instrumentCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
DTargets.def.in23 # error Please define the macro LLVM_TARGET(TargetName)
DAsmParsers.def.in24 # error Please define the macro LLVM_ASM_PARSER(TargetName)
DAsmPrinters.def.in24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
DDisassemblers.def.in24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/fuchsia/include/llvm/Config/
DTargets.def23 # error Please define the macro LLVM_TARGET(TargetName)
DDisassemblers.def24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/android/include/llvm/Config/
DTargets.def23 # error Please define the macro LLVM_TARGET(TargetName)
DAsmParsers.def24 # error Please define the macro LLVM_ASM_PARSER(TargetName)
DDisassemblers.def24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
DAsmPrinters.def24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/darwin/include/llvm/Config/
DTargets.def23 # error Please define the macro LLVM_TARGET(TargetName)

12