Searched refs:Undefineds (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 111 Undefineds, enumerator 392 case TBDKey::Undefineds: in getSymbolSection() 647 auto UndefinedsOrErr = getSymbolSection(File, TBDKey::Undefineds, Targets); in parseToInterfaceFile() 650 TargetsToSymbols Undefineds = std::move(*UndefinedsOrErr); in parseToInterfaceFile() local 682 for (auto &[Targets, Symbols] : Undefineds) in parseToInterfaceFile() 989 Array Undefineds = serializeSymbols(File->undefineds(), ActiveTargets); in serializeIF() local 990 insertNonEmptyValues(Library, TBDKey::Undefineds, std::move(Undefineds)); in serializeIF()
|
H A D | TextStub.cpp | 547 Undefineds.emplace_back(std::move(Section)); in NormalizedTBD() 647 for (const auto &Section : Undefineds) { in denormalize() 707 std::vector<UndefinedSection> Undefineds; member 859 handleSymbols(Undefineds, File->undefineds()); in NormalizedTBD_V4() 937 handleSymbols(Undefineds, SymbolFlags::Undefined); in denormalize() 955 SectionList Undefineds; member 1013 IO.mapOptional("undefineds", Keys->Undefineds); in mapKeysToValues() 1040 IO.mapOptional("undefineds", Keys->Undefineds); in mapKeysToValuesV4()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | DylibReader.h | 32 bool Undefineds = true; member
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 298 if (Opt.Undefineds) in readSymbols()
|