Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileToAtoms.cpp1013 static llvm::Error processAugmentationString(const uint8_t *augStr, in processAugmentationString() argument
1017 if (augStr[0] == '\0') { in processAugmentationString()
1022 if (augStr[0] != 'z') in processAugmentationString()
1030 while (augStr[idx] != '\0') { in processAugmentationString()
1031 if (augStr[idx] == 'L') { in processAugmentationString()
1038 if (augStr[idx] == 'P') { in processAugmentationString()
1048 if (augStr[idx] == 'R') { in processAugmentationString()
1055 if (augStr[idx] == 'e') { in processAugmentationString()
1056 if (augStr[idx + 1] != 'h') in processAugmentationString()