Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DMangler.cpp36 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 DAPValue.cpp294 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 DTargetLoweringObjectFileImpl.cpp1356 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()