Home
last modified time | relevance | path

Searched defs:StringRep (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp162 std::string StringRep = unwrap(T)->getTargetTriple().str(); in LLVMGetTargetMachineTriple() local
167 std::string StringRep = unwrap(T)->getTargetCPU(); in LLVMGetTargetMachineCPU() local
172 std::string StringRep = unwrap(T)->getTargetFeatureString(); in LLVMGetTargetMachineFeatureString() local
DTarget.cpp55 LLVMTargetDataRef LLVMCreateTargetData(const char *StringRep) { in LLVMCreateTargetData()
69 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData() local