Searched refs:TmpData (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Mangler.cpp | 36 SmallString<256> TmpData; in getNameWithPrefixImpl() local 37 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | APValue.cpp | 294 char TmpData[DataSize]; in swap() local 295 memcpy(TmpData, Data.buffer, DataSize); in swap() 297 memcpy(RHS.Data.buffer, TmpData, DataSize); in swap()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1356 SmallString<256> TmpData; in SelectSectionForGlobal() local 1357 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal() 1358 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal()
|