/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instructions.h | 141 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore); 142 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd); 143 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false, 145 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, 147 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, 149 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, 151 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, 155 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, 160 LoadInst(Value *Ptr, const char *NameStr, Instruction *InsertBefore); 161 LoadInst(Value *Ptr, const char *NameStr, BasicBlock *InsertAtEnd); [all …]
|
D | InstrTypes.h | 394 const Twine &NameStr = "", Instruction *InsertBefore = 0) 396 setName(NameStr); 400 const Twine &NameStr, BasicBlock *InsertAtEnd) 402 setName(NameStr);
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 173 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore); 174 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd); 175 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile = false, 177 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false, 180 NameStr, isVolatile, InsertBefore) {} 181 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, 183 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, unsigned Align, 186 NameStr, isVolatile, Align, InsertBefore) {} 187 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile, 189 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, [all …]
|
D | InstrTypes.h | 570 const Twine &NameStr = "", Instruction *InsertBefore = nullptr) 572 setName(NameStr); 576 const Twine &NameStr, BasicBlock *InsertAtEnd) 578 setName(NameStr); 1123 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr); 1129 const Twine &NameStr, Instruction *InsertBefore); 1132 const Twine &NameStr, BasicBlock *InsertAtEnd);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 178 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore); 179 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd); 180 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile = false, 182 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false, 185 NameStr, isVolatile, InsertBefore) {} 186 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, 188 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, unsigned Align, 191 NameStr, isVolatile, Align, InsertBefore) {} 192 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile, 194 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, [all …]
|
D | InstrTypes.h | 596 const Twine &NameStr = "", Instruction *InsertBefore = nullptr) 598 setName(NameStr); 602 const Twine &NameStr, BasicBlock *InsertAtEnd) 604 setName(NameStr); 1159 const Twine &NameStr, Instruction *InsertBefore); 1162 const Twine &NameStr, BasicBlock *InsertAtEnd); 1164 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | Intercept.cpp | 117 const char *NameStr = Name.c_str(); in getPointerToNamedFunction() local 119 if (NameStr[0] == 1) ++NameStr; in getPointerToNamedFunction() 122 void *Ptr = sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr); in getPointerToNamedFunction() 127 if (Name[0] == 1 && NameStr[0] == '_') { in getPointerToNamedFunction() 128 Ptr = sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr+1); in getPointerToNamedFunction()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | Intercept.cpp | 120 const char *NameStr = Name.c_str(); in getPointerToNamedFunction() local 122 if (NameStr[0] == 1) ++NameStr; in getPointerToNamedFunction() 125 void *Ptr = sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr); in getPointerToNamedFunction() 130 if (Name[0] == 1 && NameStr[0] == '_') { in getPointerToNamedFunction() 131 Ptr = sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr+1); in getPointerToNamedFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Threading.inc | 134 StringRef NameStr = Name.toNullTerminatedStringRef(Storage); 143 NameStr = NameStr.take_back(get_max_thread_name_length() - 1); 144 (void)NameStr; 148 ::pthread_setname_np(::pthread_self(), NameStr.data()); 152 ::pthread_set_name_np(::pthread_self(), NameStr.data()); 155 const_cast<char *>(NameStr.data())); 157 ::pthread_setname_np(NameStr.data());
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 108 SmallString<60> NameStr; in getSymbolWithGlobalValueBase() local 109 NameStr += GV->getParent()->getDataLayout().getPrivateGlobalPrefix(); in getSymbolWithGlobalValueBase() 110 TM.getNameWithPrefix(NameStr, GV, Mang); in getSymbolWithGlobalValueBase() 111 NameStr.append(Suffix.begin(), Suffix.end()); in getSymbolWithGlobalValueBase() 112 return Ctx->getOrCreateSymbol(NameStr); in getSymbolWithGlobalValueBase()
|
D | TargetMachine.cpp | 205 SmallString<128> NameStr; in getSymbol() local 206 getNameWithPrefix(NameStr, GV, Mang); in getSymbol() 208 return TLOF->getContext().getOrCreateSymbol(NameStr); in getSymbol()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 265 const char *NameStr = Name.c_str(); in getSymbolAddressInProcess() local 270 if (NameStr[0] == '_') in getSymbolAddressInProcess() 271 ++NameStr; in getSymbolAddressInProcess() 274 return (uint64_t)sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr); in getSymbolAddressInProcess()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 117 SmallString<60> NameStr; in getSymbolWithGlobalValueBase() local 118 NameStr += GV->getParent()->getDataLayout().getPrivateGlobalPrefix(); in getSymbolWithGlobalValueBase() 119 TM.getNameWithPrefix(NameStr, GV, *Mang); in getSymbolWithGlobalValueBase() 120 NameStr.append(Suffix.begin(), Suffix.end()); in getSymbolWithGlobalValueBase() 121 return Ctx->getOrCreateSymbol(NameStr); in getSymbolWithGlobalValueBase()
|
D | TargetMachine.cpp | 258 SmallString<128> NameStr; in getSymbol() local 259 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol() 260 return TLOF->getContext().getOrCreateSymbol(NameStr); in getSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 278 const char *NameStr = Name.c_str(); in getSymbolAddressInProcess() local 283 if (NameStr[0] == '_') in getSymbolAddressInProcess() 284 ++NameStr; in getSymbolAddressInProcess() 287 return (uint64_t)sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr); in getSymbolAddressInProcess()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | EfficiencySanitizer.cpp | 167 StructType *StructTy, SmallString<MaxStructCounterNameSize> &NameStr); 296 StructType *StructTy, SmallString<MaxStructCounterNameSize> &NameStr) { in createStructCounterName() argument 300 NameStr += StructTy->getName(); in createStructCounterName() 302 NameStr += "struct.anon"; in createStructCounterName() 307 NameStr += "#"; in createStructCounterName() 308 Twine(StructTy->getNumElements()).toVector(NameStr); in createStructCounterName() 311 NameStr += "#"; in createStructCounterName() 312 Twine(StructTy->getElementType(i)->getTypeID()).toVector(NameStr); in createStructCounterName() 313 if (NameStr.size() >= MaxStructCounterNameSize) in createStructCounterName() 318 NameStr += "#"; in createStructCounterName()
|
/external/clang/lib/AST/ |
D | TemplateName.cpp | 211 std::string NameStr; in operator <<() local 212 raw_string_ostream OS(NameStr); in operator <<() 220 return DB << NameStr; in operator <<()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | Mangler.cpp | 230 SmallString<60> NameStr; in getSymbol() local 231 getNameWithPrefix(NameStr, GV, false); in getSymbol() 232 return Context.GetOrCreateSymbol(NameStr.str()); in getSymbol()
|
/external/clang/tools/diagtool/ |
D | DiagnosticNames.h | 20 const char *NameStr; member 25 return llvm::StringRef(NameStr, NameLen); in getName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | EfficiencySanitizer.cpp | 178 StructType *StructTy, SmallString<MaxStructCounterNameSize> &NameStr); 308 StructType *StructTy, SmallString<MaxStructCounterNameSize> &NameStr) { in createStructCounterName() argument 312 NameStr += StructTy->getName(); in createStructCounterName() 314 NameStr += "struct.anon"; in createStructCounterName() 319 NameStr += "$"; in createStructCounterName() 320 Twine(StructTy->getNumElements()).toVector(NameStr); in createStructCounterName() 323 NameStr += "$"; in createStructCounterName() 324 Twine(StructTy->getElementType(i)->getTypeID()).toVector(NameStr); in createStructCounterName() 325 if (NameStr.size() >= MaxStructCounterNameSize) in createStructCounterName() 330 NameStr += "$"; in createStructCounterName()
|
/external/llvm/tools/llvm-pdbdump/ |
D | VariableDumper.cpp | 165 std::string NameStr(Name.begin(), Name.end()); in tryDumpFunctionPointer() local 166 Dumper.start(*FunctionSig, NameStr.c_str(), PT); in tryDumpFunctionPointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 235 const Twine &NameStr, Instruction *InsertBefore) in LandingPadInst() argument 237 init(NumReservedValues, NameStr); in LandingPadInst() 241 const Twine &NameStr, BasicBlock *InsertAtEnd) in LandingPadInst() argument 243 init(NumReservedValues, NameStr); in LandingPadInst() 260 const Twine &NameStr, in Create() argument 262 return new LandingPadInst(RetTy, NumReservedClauses, NameStr, InsertBefore); in Create() 266 const Twine &NameStr, in Create() argument 268 return new LandingPadInst(RetTy, NumReservedClauses, NameStr, InsertAtEnd); in Create() 271 void LandingPadInst::init(unsigned NumReservedValues, const Twine &NameStr) { in init() argument 275 setName(NameStr); in init() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 96 StringRef NameStr = Name.toNullTerminatedStringRef(Storage); 97 SetThreadName(::GetCurrentThreadId(), NameStr.data());
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 180 const Twine &NameStr, Instruction *InsertBefore) in LandingPadInst() argument 182 init(NumReservedValues, NameStr); in LandingPadInst() 186 const Twine &NameStr, BasicBlock *InsertAtEnd) in LandingPadInst() argument 188 init(NumReservedValues, NameStr); in LandingPadInst() 205 const Twine &NameStr, in Create() argument 207 return new LandingPadInst(RetTy, NumReservedClauses, NameStr, InsertBefore); in Create() 211 const Twine &NameStr, in Create() argument 213 return new LandingPadInst(RetTy, NumReservedClauses, NameStr, InsertAtEnd); in Create() 216 void LandingPadInst::init(unsigned NumReservedValues, const Twine &NameStr) { in init() argument 220 setName(NameStr); in init() [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 174 unsigned NumReservedValues, const Twine &NameStr, in LandingPadInst() argument 177 init(PersonalityFn, 1 + NumReservedValues, NameStr); in LandingPadInst() 181 unsigned NumReservedValues, const Twine &NameStr, in LandingPadInst() argument 184 init(PersonalityFn, 1 + NumReservedValues, NameStr); in LandingPadInst() 204 const Twine &NameStr, in Create() argument 206 return new LandingPadInst(RetTy, PersonalityFn, NumReservedClauses, NameStr, in Create() 212 const Twine &NameStr, in Create() argument 214 return new LandingPadInst(RetTy, PersonalityFn, NumReservedClauses, NameStr, in Create() 219 const Twine &NameStr) { in init() argument 224 setName(NameStr); in init() [all …]
|