Home
last modified time | relevance | path

Searched refs:TmpData (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/IR/
HDMangler.cpp35 SmallString<256> TmpData; in getNameWithPrefixImpl() local
36 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDAPValue.cpp252 char TmpData[DataSize]; in swap() local
253 memcpy(TmpData, Data.buffer, DataSize); in swap()
255 memcpy(RHS.Data.buffer, TmpData, DataSize); in swap()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp920 SmallString<256> TmpData; in SelectSectionForGlobal() local
921 getNameWithPrefix(TmpData, GV, /*CannotUsePrivateLabel=*/true, Mang, TM); in SelectSectionForGlobal()
922 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal()