Home
last modified time | relevance | path

Searched refs:Undefineds (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp546 Undefineds.emplace_back(std::move(Section)); in NormalizedTBD()
646 for (const auto &Section : Undefineds) { in denormalize()
706 std::vector<UndefinedSection> Undefineds; member
858 handleSymbols(Undefineds, File->undefineds()); in NormalizedTBD_V4()
936 handleSymbols(Undefineds, SymbolFlags::Undefined); in denormalize()
954 SectionList Undefineds; member
1012 IO.mapOptional("undefineds", Keys->Undefineds); in mapKeysToValues()
1039 IO.mapOptional("undefineds", Keys->Undefineds); in mapKeysToValuesV4()
H A DTextStubV5.cpp138 Undefineds, enumerator
419 case TBDKey::Undefineds: in getSymbolSection()
675 auto UndefinedsOrErr = getSymbolSection(File, TBDKey::Undefineds, Targets); in parseToInterfaceFile()
678 TargetsToSymbols Undefineds = std::move(*UndefinedsOrErr); in parseToInterfaceFile() local
710 for (auto &[Targets, Symbols] : Undefineds) in parseToInterfaceFile()
1041 Array Undefineds = serializeSymbols(File->undefineds(), ActiveTargets); in serializeIF() local
1042 insertNonEmptyValues(Library, TBDKey::Undefineds, std::move(Undefineds)); in serializeIF()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DDylibReader.h33 bool Undefineds = true; member
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp297 if (Opt.Undefineds) in readSymbols()