Searched defs:buildId (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lld/wasm/ | ||
H A D | Config.h | 97 BuildIdKind buildId = BuildIdKind::None; global() member |
H A D | Writer.cpp | 287 std::vector<uint8_t> buildId(hashSize); writeBuildId() local |
/llvm-project/lld/COFF/ | ||
H A D | PDB.cpp | 1642 memcpy(&buildId->PDB70.Signature, &guid, 16); in initialize() argument |
H A D | Writer.cpp | 165 mutable codeview::DebugInfo *buildId = nullptr; global() member in __anonaec617080111::CVDebugRecordChunk |
/llvm-project/lld/ELF/ | ||
H A D | Writer.cpp | 2849 std::unique_ptr<uint8_t[]> buildId(new uint8_t[hashSize]); writeBuildId() local |
H A D | SyntheticSections.h | 1454 std::unique_ptr<BuildIdSection> buildId; global() member |
H A D | Config.h | 353 BuildIdKind buildId = BuildIdKind::None; global() member |