Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp38 SmallString<256> TmpData; in getNameWithPrefixImpl() local
39 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1762 SmallString<256> TmpData; in SelectSectionForGlobal() local
1763 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal()
1764 return getContext().getCOFFSection(Name, Characteristics, TmpData, in SelectSectionForGlobal()