/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetSelect.h | 22 #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/ |
D | Target.h | 41 #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/ |
D | RuntimeDyldCOFFX86_64.h | 144 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()
|
D | RuntimeDyldCOFFAArch64.h | 99 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()
|
D | RuntimeDyldCOFFI386.h | 50 StringRef TargetName = *TargetNameOrErr; in processRelocationRef() local 84 << TargetName << " Addend " << Addend << "\n"); in processRelocationRef() 89 addRelocationForSymbol(RE, TargetName); in processRelocationRef()
|
D | RuntimeDyldCOFFThumb.h | 72 StringRef TargetName = *TargetNameOrErr; in processRelocationRef() local 104 << TargetName << " Addend " << Addend << "\n"); in processRelocationRef() 109 addRelocationForSymbol(RE, TargetName); in processRelocationRef()
|
D | RuntimeDyldMachOARM.h | 116 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/ |
D | VerifyPeerContext.cs | 34 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/ |
D | NVPTXSubtarget.cpp | 36 TargetName = CPU.empty() ? "sm_20" : CPU; in initializeSubtargetDependencies() 38 ParseSubtargetFeatures(TargetName, FS); in initializeSubtargetDependencies()
|
D | NVPTXSubtarget.h | 33 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/ |
D | RuntimeDyldChecker.h | 141 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/ |
D | RuntimeDyldMachO.cpp | 110 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/ |
D | SZTargets.def | 20 #error Please define the macro SUBZERO_TARGET(TargetName)
|
D | IceASanInstrumentation.cpp | 146 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/ |
D | Targets.def.in | 23 # error Please define the macro LLVM_TARGET(TargetName)
|
D | AsmParsers.def.in | 24 # error Please define the macro LLVM_ASM_PARSER(TargetName)
|
D | AsmPrinters.def.in | 24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
|
D | Disassemblers.def.in | 24 # 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/ |
D | Targets.def | 23 # error Please define the macro LLVM_TARGET(TargetName)
|
D | Disassemblers.def | 24 # 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/ |
D | Targets.def | 23 # error Please define the macro LLVM_TARGET(TargetName)
|
D | AsmParsers.def | 24 # error Please define the macro LLVM_ASM_PARSER(TargetName)
|
D | Disassemblers.def | 24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
|
D | AsmPrinters.def | 24 # 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/ |
D | Targets.def | 23 # error Please define the macro LLVM_TARGET(TargetName)
|