Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachineC.cpp163 std::string StringRep = unwrap(T)->getTargetTriple().str(); in LLVMGetTargetMachineTriple() local
168 std::string StringRep = unwrap(T)->getTargetCPU(); in LLVMGetTargetMachineCPU() local
173 std::string StringRep = unwrap(T)->getTargetFeatureString(); in LLVMGetTargetMachineFeatureString() local
H A DTarget.cpp56 LLVMTargetDataRef LLVMCreateTargetData(const char *StringRep) { in LLVMCreateTargetData()
70 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData() local